Color Hex Logo

#cc51af Color Hex

#CC51AF
(204,81,175)
0 Favorites   0 Comments

Color spaces of #cc51af

RGB 20481175
HSL0.870.550.56
HSV314°60°80°
CMYK 0.000.600.14   0.20
XYZ35.582121.817442.8932
Yxy21.81740.35480.2175
Hunter Lab46.709154.2370-21.7499
CIE-Lab53.832759.3551-26.2119

#cc51af color RGB value is (204,81,175).

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

The process color (four color CMYK) of #cc51af color hex is 0.00, 0.60, 0.14, 0.20. Web safe color of #cc51af is #cc6699. Color #cc51af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010001 10101111
Octal 314 121 257
Decimal 204 81 175
Hex CC 51 AF

RGB Percentages of Color #cc51af

%44.35
%17.61
%38.04

CMYK Percentages of Color #cc51af

%0
%60
%14
%20

Triadic Colors of #cc51af

#cc51af #afcc51 #51afcc

Analogous Colors of #cc51af

#cc51af #cc5172 #ac51cc

Monochromatic Colors of #cc51af

#cc51af

Complementary Color

#cc51af #51cc6e

#cc51af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc51af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc51af Color CSS Codes

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

#cc51af Text Font Color

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

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


#cc51af Background Color

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

This div background color is #cc51af


#cc51af Border Color

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

This div border color is #cc51af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc51af


Comments

No comments written yet.

Please login to write comment.