Color Hex Logo

#870fdc Color Hex

#870FDC
(135,15,220)
0 Favorites   0 Comments

Color spaces of #870fdc

RGB 13515220
HSL0.760.870.46
HSV275°93°86°
CMYK 0.390.930.00   0.14
XYZ23.080810.659968.5512
Yxy10.65990.22560.1042
Hunter Lab32.649569.0498-101.6312
CIE-Lab39.001674.8661-76.5844

#870fdc color RGB value is (135,15,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001111 11011100
Octal 207 17 334
Decimal 135 15 220
Hex 87 F DC

RGB Percentages of Color #870fdc

%36.49
%4.05
%59.46

CMYK Percentages of Color #870fdc

%39
%93
%0
%14

Triadic Colors of #870fdc

#870fdc #dc870f #0fdc87

Analogous Colors of #870fdc

#870fdc #dc0fcb #200fdc

Monochromatic Colors of #870fdc

#870fdc

Complementary Color

#870fdc #64dc0f

#870fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#870fdc Color CSS Codes

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

#870fdc Text Font Color

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

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


#870fdc Background Color

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

This div background color is #870fdc


#870fdc Border Color

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

This div border color is #870fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,15,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 #870fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870fdc


Comments

No comments written yet.

Please login to write comment.