Color Hex Logo

#7987e1 Color Hex

#7987E1
(121,135,225)
0 Favorites   0 Comments

Color spaces of #7987e1

RGB 121135225
HSL0.640.630.68
HSV232°46°88°
CMYK 0.460.400.00   0.12
XYZ30.139726.829174.8242
Yxy26.82910.22870.2036
Hunter Lab51.796813.2217-49.3909
CIE-Lab58.815818.4781-47.4988

#7987e1 color RGB value is (121,135,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000111 11100001
Octal 171 207 341
Decimal 121 135 225
Hex 79 87 E1

RGB Percentages of Color #7987e1

%25.16
%28.07
%46.78

CMYK Percentages of Color #7987e1

%46
%40
%0
%12

Triadic Colors of #7987e1

#7987e1 #e17987 #87e179

Analogous Colors of #7987e1

#7987e1 #9f79e1 #79bbe1

Monochromatic Colors of #7987e1

#7987e1

Complementary Color

#7987e1 #e1d379

#7987e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7987e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7987e1 Color CSS Codes

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

#7987e1 Text Font Color

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

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


#7987e1 Background Color

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

This div background color is #7987e1


#7987e1 Border Color

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

This div border color is #7987e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7987e1


Comments

No comments written yet.

Please login to write comment.