Color Hex Logo

#c855cd Color Hex

#C855CD
(200,85,205)
0 Favorites   0 Comments

Color spaces of #c855cd

RGB 20085205
HSL0.830.550.57
HSV298°59°80°
CMYK 0.020.590.00   0.20
XYZ38.087423.184160.2252
Yxy23.18410.31350.1908
Hunter Lab48.149956.9344-40.4542
CIE-Lab55.261561.4631-41.3088

#c855cd color RGB value is (200,85,205).

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

The process color (four color CMYK) of #c855cd color hex is 0.02, 0.59, 0.00, 0.20. Web safe color of #c855cd is #cc66cc. Color #c855cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010101 11001101
Octal 310 125 315
Decimal 200 85 205
Hex C8 55 CD

RGB Percentages of Color #c855cd

%40.82
%17.35
%41.84

CMYK Percentages of Color #c855cd

%2
%59
%0
%20

Triadic Colors of #c855cd

#c855cd #cdc855 #55cdc8

Analogous Colors of #c855cd

#c855cd #cd5596 #8c55cd

Monochromatic Colors of #c855cd

#c855cd

Complementary Color

#c855cd #5acd55

#c855cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c855cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c855cd Color CSS Codes

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

#c855cd Text Font Color

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

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


#c855cd Background Color

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

This div background color is #c855cd


#c855cd Border Color

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

This div border color is #c855cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c855cd


Comments

No comments written yet.

Please login to write comment.