Color Hex Logo

#cc51c1 Color Hex

#CC51C1
(204,81,193)
0 Favorites   0 Comments

Color spaces of #cc51c1

RGB 20481193
HSL0.850.550.56
HSV305°60°80°
CMYK 0.000.600.05   0.20
XYZ37.469922.572552.8341
Yxy22.57250.33200.2000
Hunter Lab47.510557.6333-32.6761
CIE-Lab54.629262.1852-35.3876

#cc51c1 color RGB value is (204,81,193).

#cc51c1 hex color red value is 204, green value is 81 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #cc51c1 hue: 0.85 , saturation: 0.55 and the lightness value of cc51c1 is 0.56.

The process color (four color CMYK) of #cc51c1 color hex is 0.00, 0.60, 0.05, 0.20. Web safe color of #cc51c1 is #cc66cc. Color #cc51c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010001 11000001
Octal 314 121 301
Decimal 204 81 193
Hex CC 51 C1

RGB Percentages of Color #cc51c1

%42.68
%16.95
%40.38

CMYK Percentages of Color #cc51c1

%0
%60
%5
%20

Triadic Colors of #cc51c1

#cc51c1 #c1cc51 #51c1cc

Analogous Colors of #cc51c1

#cc51c1 #cc5184 #9a51cc

Monochromatic Colors of #cc51c1

#cc51c1

Complementary Color

#cc51c1 #51cc5c

#cc51c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc51c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc51c1 Color CSS Codes

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

#cc51c1 Text Font Color

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

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


#cc51c1 Background Color

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

This div background color is #cc51c1


#cc51c1 Border Color

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

This div border color is #cc51c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc51c1


Comments

No comments written yet.

Please login to write comment.