Color Hex Logo

#8858ce Color Hex

#8858CE
(136,88,206)
0 Favorites   0 Comments

Color spaces of #8858ce

RGB 13688206
HSL0.730.550.58
HSV264°57°81°
CMYK 0.340.570.00   0.19
XYZ24.783616.669960.3039
Yxy16.66990.24360.1638
Hunter Lab40.828836.9014-58.9909
CIE-Lab47.841444.2538-54.1735

#8858ce color RGB value is (136,88,206).

#8858ce hex color red value is 136, green value is 88 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8858ce hue: 0.73 , saturation: 0.55 and the lightness value of 8858ce is 0.58.

The process color (four color CMYK) of #8858ce color hex is 0.34, 0.57, 0.00, 0.19. Web safe color of #8858ce is #9966cc. Color #8858ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01011000 11001110
Octal 210 130 316
Decimal 136 88 206
Hex 88 58 CE

RGB Percentages of Color #8858ce

%31.63
%20.47
%47.91

CMYK Percentages of Color #8858ce

%34
%57
%0
%19

Triadic Colors of #8858ce

#8858ce #ce8858 #58ce88

Analogous Colors of #8858ce

#8858ce #c358ce #5863ce

Monochromatic Colors of #8858ce

#8858ce

Complementary Color

#8858ce #9ece58

#8858ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8858ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8858ce Color CSS Codes

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

#8858ce Text Font Color

<p style="color:#8858ce">Text here</p>

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


#8858ce Background Color

<div style="background-color:#8858ce">
Div content here</div>

This div background color is #8858ce


#8858ce Border Color

<div style="border:3px solid #8858ce">
Div here</div>

This div border color is #8858ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,88,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8858ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8858ce;
  -webkit-box-shadow: 1px 1px 3px 2px #8858ce;
  box-shadow:         1px 1px 3px 2px #8858ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,88,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8858ce


Comments

No comments written yet.

Please login to write comment.