Color Hex Logo

#c858ce Color Hex

#C858CE
(200,88,206)
0 Favorites   0 Comments

Color spaces of #c858ce

RGB 20088206
HSL0.820.550.58
HSV297°57°81°
CMYK 0.030.570.00   0.19
XYZ38.449723.715060.9435
Yxy23.71500.31230.1926
Hunter Lab48.698055.7137-40.1102
CIE-Lab55.801360.3013-41.0281

#c858ce color RGB value is (200,88,206).

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

The process color (four color CMYK) of #c858ce color hex is 0.03, 0.57, 0.00, 0.19. Web safe color of #c858ce is #cc66cc. Color #c858ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01011000 11001110
Octal 310 130 316
Decimal 200 88 206
Hex C8 58 CE

RGB Percentages of Color #c858ce

%40.49
%17.81
%41.70

CMYK Percentages of Color #c858ce

%3
%57
%0
%19

Triadic Colors of #c858ce

#c858ce #cec858 #58cec8

Analogous Colors of #c858ce

#c858ce #ce5899 #8d58ce

Monochromatic Colors of #c858ce

#c858ce

Complementary Color

#c858ce #5ece58

#c858ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c858ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c858ce Color CSS Codes

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

#c858ce Text Font Color

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

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


#c858ce Background Color

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

This div background color is #c858ce


#c858ce Border Color

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

This div border color is #c858ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c858ce


Comments

No comments written yet.

Please login to write comment.