Color Hex Logo

#8701cd Color Hex

#8701CD
(135,1,205)
0 Favorites   0 Comments

Color spaces of #8701cd

RGB 1351205
HSL0.780.990.40
HSV279°100°80°
CMYK 0.341.000.00   0.20
XYZ21.02209.580458.4988
Yxy9.58040.23590.1075
Hunter Lab30.952267.0665-90.3898
CIE-Lab37.078673.5899-71.0746

#8701cd color RGB value is (135,1,205).

#8701cd hex color red value is 135, green value is 1 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8701cd hue: 0.78 , saturation: 0.99 and the lightness value of 8701cd is 0.40.

The process color (four color CMYK) of #8701cd color hex is 0.34, 1.00, 0.00, 0.20. Web safe color of #8701cd is #9900cc. Color #8701cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00000001 11001101
Octal 207 1 315
Decimal 135 1 205
Hex 87 1 CD

RGB Percentages of Color #8701cd

%39.59
%0.29
%60.12

CMYK Percentages of Color #8701cd

%34
%100
%0
%20

Triadic Colors of #8701cd

#8701cd #cd8701 #01cd87

Analogous Colors of #8701cd

#8701cd #cd01ad #2101cd

Monochromatic Colors of #8701cd

#8701cd

Complementary Color

#8701cd #47cd01

#8701cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8701cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8701cd Color CSS Codes

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

#8701cd Text Font Color

<p style="color:#8701cd">Text here</p>

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


#8701cd Background Color

<div style="background-color:#8701cd">
Div content here</div>

This div background color is #8701cd


#8701cd Border Color

<div style="border:3px solid #8701cd">
Div here</div>

This div border color is #8701cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,1,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8701cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8701cd;
  -webkit-box-shadow: 1px 1px 3px 2px #8701cd;
  box-shadow:         1px 1px 3px 2px #8701cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8701cd


Comments

No comments written yet.

Please login to write comment.