Color Hex Logo

#c955cd Color Hex

#C955CD
(201,85,205)
0 Favorites   0 Comments

Color spaces of #c955cd

RGB 20185205
HSL0.830.550.57
HSV298°59°80°
CMYK 0.020.590.00   0.20
XYZ38.355323.322360.2377
Yxy23.32230.31460.1913
Hunter Lab48.293257.2549-40.1492
CIE-Lab55.402861.7163-41.0765

#c955cd color RGB value is (201,85,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010101 11001101
Octal 311 125 315
Decimal 201 85 205
Hex C9 55 CD

RGB Percentages of Color #c955cd

%40.94
%17.31
%41.75

CMYK Percentages of Color #c955cd

%2
%59
%0
%20

Triadic Colors of #c955cd

#c955cd #cdc955 #55cdc9

Analogous Colors of #c955cd

#c955cd #cd5595 #8d55cd

Monochromatic Colors of #c955cd

#c955cd

Complementary Color

#c955cd #59cd55

#c955cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c955cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c955cd Color CSS Codes

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

#c955cd Text Font Color

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

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


#c955cd Background Color

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

This div background color is #c955cd


#c955cd Border Color

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

This div border color is #c955cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c955cd


Comments

No comments written yet.

Please login to write comment.