Color Hex Logo

#7987cb Color Hex

#7987CB
(121,135,203)
0 Favorites   0 Comments

Color spaces of #7987cb

RGB 121135203
HSL0.640.440.64
HSV230°40°80°
CMYK 0.400.330.00   0.20
XYZ27.328625.704760.0210
Yxy25.70470.24170.2274
Hunter Lab50.69987.4918-34.7006
CIE-Lab57.755712.0995-36.8226

#7987cb color RGB value is (121,135,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000111 11001011
Octal 171 207 313
Decimal 121 135 203
Hex 79 87 CB

RGB Percentages of Color #7987cb

%26.36
%29.41
%44.23

CMYK Percentages of Color #7987cb

%40
%33
%0
%20

Triadic Colors of #7987cb

#7987cb #cb7987 #87cb79

Analogous Colors of #7987cb

#7987cb #9479cb #79b0cb

Monochromatic Colors of #7987cb

#7987cb

Complementary Color

#7987cb #cbbd79

#7987cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7987cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7987cb Color CSS Codes

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

#7987cb Text Font Color

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

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


#7987cb Background Color

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

This div background color is #7987cb


#7987cb Border Color

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

This div border color is #7987cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7987cb


Comments

No comments written yet.

Please login to write comment.