Color Hex Logo

#c952cd Color Hex

#C952CD
(201,82,205)
0 Favorites   0 Comments

Color spaces of #c952cd

RGB 20182205
HSL0.830.550.56
HSV298°60°80°
CMYK 0.020.600.00   0.20
XYZ38.124122.859960.1606
Yxy22.85990.31470.1887
Hunter Lab47.812058.6603-41.1346
CIE-Lab54.927763.0200-41.8255

#c952cd color RGB value is (201,82,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010010 11001101
Octal 311 122 315
Decimal 201 82 205
Hex C9 52 CD

RGB Percentages of Color #c952cd

%41.19
%16.80
%42.01

CMYK Percentages of Color #c952cd

%2
%60
%0
%20

Triadic Colors of #c952cd

#c952cd #cdc952 #52cdc9

Analogous Colors of #c952cd

#c952cd #cd5294 #8c52cd

Monochromatic Colors of #c952cd

#c952cd

Complementary Color

#c952cd #56cd52

#c952cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c952cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c952cd Color CSS Codes

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

#c952cd Text Font Color

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

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


#c952cd Background Color

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

This div background color is #c952cd


#c952cd Border Color

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

This div border color is #c952cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c952cd


Comments

No comments written yet.

Please login to write comment.