Color Hex Logo

#870eec Color Hex

#870EEC
(135,14,236)
0 Favorites   0 Comments

Color spaces of #870eec

RGB 13514236
HSL0.760.890.49
HSV273°94°93°
CMYK 0.430.940.00   0.07
XYZ25.289011.521180.2478
Yxy11.52110.21600.0984
Hunter Lab33.942773.5914-116.4141
CIE-Lab40.444678.2931-83.3385

#870eec color RGB value is (135,14,236).

#870eec hex color red value is 135, green value is 14 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #870eec hue: 0.76 , saturation: 0.89 and the lightness value of 870eec is 0.49.

The process color (four color CMYK) of #870eec color hex is 0.43, 0.94, 0.00, 0.07. Web safe color of #870eec is #9900ff. Color #870eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001110 11101100
Octal 207 16 354
Decimal 135 14 236
Hex 87 E EC

RGB Percentages of Color #870eec

%35.06
%3.64
%61.30

CMYK Percentages of Color #870eec

%43
%94
%0
%7

Triadic Colors of #870eec

#870eec #ec870e #0eec87

Analogous Colors of #870eec

#870eec #ec0ee2 #180eec

Monochromatic Colors of #870eec

#870eec

Complementary Color

#870eec #73ec0e

#870eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#870eec Color CSS Codes

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

#870eec Text Font Color

<p style="color:#870eec">Text here</p>

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


#870eec Background Color

<div style="background-color:#870eec">
Div content here</div>

This div background color is #870eec


#870eec Border Color

<div style="border:3px solid #870eec">
Div here</div>

This div border color is #870eec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,14,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #870eec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #870eec;
  -webkit-box-shadow: 1px 1px 3px 2px #870eec;
  box-shadow:         1px 1px 3px 2px #870eec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870eec


Comments

No comments written yet.

Please login to write comment.