Color Hex Logo

#c855ce Color Hex

#C855CE
(200,85,206)
0 Favorites   0 Comments

Color spaces of #c855ce

RGB 20085206
HSL0.830.550.57
HSV297°59°81°
CMYK 0.030.590.00   0.19
XYZ38.208523.232660.8630
Yxy23.23260.31240.1900
Hunter Lab48.200257.1473-41.1261
CIE-Lab55.311161.6393-41.8007

#c855ce color RGB value is (200,85,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010101 11001110
Octal 310 125 316
Decimal 200 85 206
Hex C8 55 CE

RGB Percentages of Color #c855ce

%40.73
%17.31
%41.96

CMYK Percentages of Color #c855ce

%3
%59
%0
%19

Triadic Colors of #c855ce

#c855ce #cec855 #55cec8

Analogous Colors of #c855ce

#c855ce #ce5598 #8c55ce

Monochromatic Colors of #c855ce

#c855ce

Complementary Color

#c855ce #5bce55

#c855ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c855ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c855ce Color CSS Codes

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

#c855ce Text Font Color

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

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


#c855ce Background Color

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

This div background color is #c855ce


#c855ce Border Color

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

This div border color is #c855ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c855ce


Comments

No comments written yet.

Please login to write comment.