Color Hex Logo

#7987cd Color Hex

#7987CD
(121,135,205)
0 Favorites   0 Comments

Color spaces of #7987cd

RGB 121135205
HSL0.640.460.64
HSV230°41°80°
CMYK 0.410.340.00   0.20
XYZ27.568625.800761.2846
Yxy25.80070.24050.2250
Hunter Lab50.79447.9905-35.9787
CIE-Lab57.847412.6675-37.8073

#7987cd color RGB value is (121,135,205).

#7987cd hex color red value is 121, green value is 135 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7987cd hue: 0.64 , saturation: 0.46 and the lightness value of 7987cd is 0.64.

The process color (four color CMYK) of #7987cd color hex is 0.41, 0.34, 0.00, 0.20. Web safe color of #7987cd is #6699cc. Color #7987cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000111 11001101
Octal 171 207 315
Decimal 121 135 205
Hex 79 87 CD

RGB Percentages of Color #7987cd

%26.25
%29.28
%44.47

CMYK Percentages of Color #7987cd

%41
%34
%0
%20

Triadic Colors of #7987cd

#7987cd #cd7987 #87cd79

Analogous Colors of #7987cd

#7987cd #9579cd #79b1cd

Monochromatic Colors of #7987cd

#7987cd

Complementary Color

#7987cd #cdbf79

#7987cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7987cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7987cd Color CSS Codes

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

#7987cd Text Font Color

<p style="color:#7987cd">Text here</p>

This sample text font color is #7987cd
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.


#7987cd Background Color

<div style="background-color:#7987cd">
Div content here</div>

This div background color is #7987cd


#7987cd Border Color

<div style="border:3px solid #7987cd">
Div here</div>

This div border color is #7987cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,135,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7987cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7987cd;
  -webkit-box-shadow: 1px 1px 3px 2px #7987cd;
  box-shadow:         1px 1px 3px 2px #7987cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,135,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7987cd


Comments

No comments written yet.

Please login to write comment.