color codes Logo

#7d95dd color codes

#7D95DD
(125,149,221)
0 Favorites   0 Comments

Color spaces of #7d95dd

RGB 125149221
HSL0.630.590.68
HSV225°43°87°
CMYK 0.430.330.00   0.13
XYZ32.256031.075372.7047
Yxy31.07530.23710.2284
Hunter Lab55.74525.7318-38.3063
CIE-Lab62.571110.0918-39.3416

#7d95dd color RGB value is (125,149,221).

#7d95dd hex color red value is 125, green value is 149 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7d95dd hue: 0.63 , saturation: 0.59 and the lightness value of 7d95dd is 0.68.

The process color (four color CMYK) of #7d95dd color code is 0.43, 0.33, 0.00, 0.13. Web safe color of #7d95dd is #6699cc. Color #7d95dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10010101 11011101
Octal 175 225 335
Decimal 125 149 221
Hex 7D 95 DD

RGB Percentages of Color #7d95dd

%25.25
%30.10
%44.65

CMYK Percentages of Color #7d95dd

%43
%33
%0
%13

Triadic Colors of #7d95dd

#7d95dd #dd7d95 #95dd7d

Analogous Colors of #7d95dd

#7d95dd #957ddd #7dc5dd

Monochromatic Colors of #7d95dd

#7d95dd

Complementary Color

#7d95dd #ddc57d

#7d95dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d95dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d95dd Color CSS Codes

.mybgcolor {background-color:#7d95dd; } 
.myforecolor {color:#7d95dd; }
.mybordercolor {border:3px solid #7d95dd; }

#7d95dd Text Font Color

<p style="color:#7d95dd">Text here</p>

This sample text font color is #7d95dd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7d95dd Background Color

<div style="background-color:#7d95dd">
Div content here</div>

This div background color is #7d95dd


#7d95dd Border Color

<div style="border:3px solid #7d95dd">
Div here</div>

This div border color is #7d95dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,149,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d95dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d95dd;
  -webkit-box-shadow: 1px 1px 3px 2px #7d95dd;
  box-shadow:         1px 1px 3px 2px #7d95dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,149,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7d95dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7d95dd;
  -webkit-box-shadow: 1px 1px 3px 2px #7d95dd;
  box-shadow:         1px 1px 3px 2px #7d95dd;">
Div content here</div>

This div box has shadow with color #7d95dd


Comments

No comments written yet.

Please login to write comment.