Color Hex Logo

#7e87cf Color Hex

#7E87CF
(126,135,207)
0 Favorites   0 Comments

Color spaces of #7e87cf

RGB 126135207
HSL0.650.460.65
HSV233°39°81°
CMYK 0.390.350.00   0.19
XYZ28.530626.268662.5981
Yxy26.26860.24300.2238
Hunter Lab51.25299.6718-36.5372
CIE-Lab58.291114.5606-38.2137

#7e87cf color RGB value is (126,135,207).

#7e87cf hex color red value is 126, green value is 135 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7e87cf hue: 0.65 , saturation: 0.46 and the lightness value of 7e87cf is 0.65.

The process color (four color CMYK) of #7e87cf color hex is 0.39, 0.35, 0.00, 0.19. Web safe color of #7e87cf is #6699cc. Color #7e87cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10000111 11001111
Octal 176 207 317
Decimal 126 135 207
Hex 7E 87 CF

RGB Percentages of Color #7e87cf

%26.92
%28.85
%44.23

CMYK Percentages of Color #7e87cf

%39
%35
%0
%19

Triadic Colors of #7e87cf

#7e87cf #cf7e87 #87cf7e

Analogous Colors of #7e87cf

#7e87cf #9e7ecf #7eb0cf

Monochromatic Colors of #7e87cf

#7e87cf

Complementary Color

#7e87cf #cfc67e

#7e87cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e87cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e87cf Color CSS Codes

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

#7e87cf Text Font Color

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

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


#7e87cf Background Color

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

This div background color is #7e87cf


#7e87cf Border Color

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

This div border color is #7e87cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,135,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e87cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e87cf;
  -webkit-box-shadow: 1px 1px 3px 2px #7e87cf;
  box-shadow:         1px 1px 3px 2px #7e87cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e87cf


Comments

No comments written yet.

Please login to write comment.