Color Hex Logo

#c952df Color Hex

#C952DF
(201,82,223)
0 Favorites   0 Comments

Color spaces of #c952df

RGB 20182223
HSL0.810.690.60
HSV291°63°87°
CMYK 0.100.630.00   0.13
XYZ40.424023.779872.2714
Yxy23.77980.29620.1742
Hunter Lab48.764562.6320-53.7355
CIE-Lab55.866666.2436-50.5532

#c952df color RGB value is (201,82,223).

#c952df hex color red value is 201, green value is 82 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c952df hue: 0.81 , saturation: 0.69 and the lightness value of c952df is 0.60.

The process color (four color CMYK) of #c952df color hex is 0.10, 0.63, 0.00, 0.13. Web safe color of #c952df is #cc66cc. Color #c952df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010010 11011111
Octal 311 122 337
Decimal 201 82 223
Hex C9 52 DF

RGB Percentages of Color #c952df

%39.72
%16.21
%44.07

CMYK Percentages of Color #c952df

%10
%63
%0
%13

Triadic Colors of #c952df

#c952df #dfc952 #52dfc9

Analogous Colors of #c952df

#c952df #df52af #8352df

Monochromatic Colors of #c952df

#c952df

Complementary Color

#c952df #68df52

#c952df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c952df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c952df Color CSS Codes

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

#c952df Text Font Color

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

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


#c952df Background Color

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

This div background color is #c952df


#c952df Border Color

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

This div border color is #c952df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,82,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c952df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c952df


Comments

No comments written yet.

Please login to write comment.