Color Hex Logo

#870ced Color Hex

#870CED
(135,12,237)
0 Favorites   0 Comments

Color spaces of #870ced

RGB 13512237
HSL0.760.900.49
HSV273°95°93°
CMYK 0.430.950.00   0.07
XYZ25.409211.528381.0067
Yxy11.52830.21540.0977
Hunter Lab33.953474.1632-117.6881
CIE-Lab40.456478.7511-83.8859

#870ced color RGB value is (135,12,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00001100 11101101
Octal 207 14 355
Decimal 135 12 237
Hex 87 C ED

RGB Percentages of Color #870ced

%35.16
%3.13
%61.72

CMYK Percentages of Color #870ced

%43
%95
%0
%7

Triadic Colors of #870ced

#870ced #ed870c #0ced87

Analogous Colors of #870ced

#870ced #ed0ce3 #170ced

Monochromatic Colors of #870ced

#870ced

Complementary Color

#870ced #72ed0c

#870ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#870ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#870ced Color CSS Codes

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

#870ced Text Font Color

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

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


#870ced Background Color

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

This div background color is #870ced


#870ced Border Color

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

This div border color is #870ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #870ced


Comments

No comments written yet.

Please login to write comment.