Color Hex Logo

#870ddc Color Hex

#870DDC
(135,13,220)
0 Favorites   0 Comments

Color spaces of #870ddc

RGB 13513220
HSL0.760.890.46
HSV275°94°86°
CMYK 0.390.940.00   0.14
XYZ23.053910.606168.5422
Yxy10.60610.22560.1038
Hunter Lab32.567069.3663-101.9879
CIE-Lab38.909075.1444-76.7367

#870ddc color RGB value is (135,13,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001101 11011100
Octal 207 15 334
Decimal 135 13 220
Hex 87 D DC

RGB Percentages of Color #870ddc

%36.68
%3.53
%59.78

CMYK Percentages of Color #870ddc

%39
%94
%0
%14

Triadic Colors of #870ddc

#870ddc #dc870d #0ddc87

Analogous Colors of #870ddc

#870ddc #dc0dca #1f0ddc

Monochromatic Colors of #870ddc

#870ddc

Complementary Color

#870ddc #62dc0d

#870ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#870ddc Color CSS Codes

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

#870ddc Text Font Color

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

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


#870ddc Background Color

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

This div background color is #870ddc


#870ddc Border Color

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

This div border color is #870ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870ddc


Comments

No comments written yet.

Please login to write comment.