Color Hex Logo

#c52dcc Color Hex

#C52DCC
(197,45,204)
0 Favorites   0 Comments

Color spaces of #c52dcc

RGB 19745204
HSL0.830.640.49
HSV297°78°80°
CMYK 0.030.780.00   0.20
XYZ34.863418.106758.7842
Yxy18.10670.31200.1620
Hunter Lab42.552071.7815-52.1209
CIE-Lab49.625375.0479-49.7064

#c52dcc color RGB value is (197,45,204).

#c52dcc hex color red value is 197, green value is 45 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c52dcc hue: 0.83 , saturation: 0.64 and the lightness value of c52dcc is 0.49.

The process color (four color CMYK) of #c52dcc color hex is 0.03, 0.78, 0.00, 0.20. Web safe color of #c52dcc is #cc33cc. Color #c52dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101101 11001100
Octal 305 55 314
Decimal 197 45 204
Hex C5 2D CC

RGB Percentages of Color #c52dcc

%44.17
%10.09
%45.74

CMYK Percentages of Color #c52dcc

%3
%78
%0
%20

Triadic Colors of #c52dcc

#c52dcc #ccc52d #2dccc5

Analogous Colors of #c52dcc

#c52dcc #cc2d84 #762dcc

Monochromatic Colors of #c52dcc

#c52dcc

Complementary Color

#c52dcc #34cc2d

#c52dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52dcc Color CSS Codes

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

#c52dcc Text Font Color

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

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


#c52dcc Background Color

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

This div background color is #c52dcc


#c52dcc Border Color

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

This div border color is #c52dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,45,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c52dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c52dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #c52dcc;
  box-shadow:         1px 1px 3px 2px #c52dcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,45,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52dcc


Comments

No comments written yet.

Please login to write comment.