Color Hex Logo

#870edc Color Hex

#870EDC
(135,14,220)
0 Favorites   0 Comments

Color spaces of #870edc

RGB 13514220
HSL0.760.880.46
HSV275°94°86°
CMYK 0.390.940.00   0.14
XYZ23.067010.632368.5466
Yxy10.63230.22560.1040
Hunter Lab32.607269.2119-101.8139
CIE-Lab38.954175.0088-76.6625

#870edc color RGB value is (135,14,220).

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

The process color (four color CMYK) of #870edc color hex is 0.39, 0.94, 0.00, 0.14. Web safe color of #870edc is #9900cc. Color #870edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001110 11011100
Octal 207 16 334
Decimal 135 14 220
Hex 87 E DC

RGB Percentages of Color #870edc

%36.59
%3.79
%59.62

CMYK Percentages of Color #870edc

%39
%94
%0
%14

Triadic Colors of #870edc

#870edc #dc870e #0edc87

Analogous Colors of #870edc

#870edc #dc0eca #200edc

Monochromatic Colors of #870edc

#870edc

Complementary Color

#870edc #63dc0e

#870edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#870edc Color CSS Codes

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

#870edc Text Font Color

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

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


#870edc Background Color

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

This div background color is #870edc


#870edc Border Color

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

This div border color is #870edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870edc


Comments

No comments written yet.

Please login to write comment.