Color Hex Logo

#cc516f Color Hex

#CC516F
(204,81,111)
0 Favorites   0 Comments

Color spaces of #cc516f

RGB 20481111
HSL0.960.550.56
HSV345°60°80°
CMYK 0.000.600.46   0.20
XYZ30.713519.869917.2554
Yxy19.86990.45270.2929
Hunter Lab44.575744.98268.2516
CIE-Lab51.689851.34388.4756

#cc516f color RGB value is (204,81,111).

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

The process color (four color CMYK) of #cc516f color hex is 0.00, 0.60, 0.46, 0.20. Web safe color of #cc516f is #cc6666. Color #cc516f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010001 01101111
Octal 314 121 157
Decimal 204 81 111
Hex CC 51 6F

RGB Percentages of Color #cc516f

%51.52
%20.45
%28.03

CMYK Percentages of Color #cc516f

%0
%60
%46
%20

Triadic Colors of #cc516f

#cc516f #6fcc51 #516fcc

Analogous Colors of #cc516f

#cc516f #cc7151 #cc51ad

Monochromatic Colors of #cc516f

#cc516f

Complementary Color

#cc516f #51ccae

#cc516f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc516f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc516f Color CSS Codes

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

#cc516f Text Font Color

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

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


#cc516f Background Color

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

This div background color is #cc516f


#cc516f Border Color

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

This div border color is #cc516f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc516f


Comments

No comments written yet.

Please login to write comment.