Color Hex Logo

#cc516a Color Hex

#CC516A
(204,81,106)
0 Favorites   0 Comments

Color spaces of #cc516a

RGB 20481106
HSL0.970.550.56
HSV348°60°80°
CMYK 0.000.600.48   0.20
XYZ30.445819.762815.8456
Yxy19.76280.46090.2992
Hunter Lab44.455444.45109.9855
CIE-Lab51.568050.869211.2972

#cc516a color RGB value is (204,81,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010001 01101010
Octal 314 121 152
Decimal 204 81 106
Hex CC 51 6A

RGB Percentages of Color #cc516a

%52.17
%20.72
%27.11

CMYK Percentages of Color #cc516a

%0
%60
%48
%20

Triadic Colors of #cc516a

#cc516a #6acc51 #516acc

Analogous Colors of #cc516a

#cc516a #cc7651 #cc51a8

Monochromatic Colors of #cc516a

#cc516a

Complementary Color

#cc516a #51ccb3

#cc516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc516a Color CSS Codes

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

#cc516a Text Font Color

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

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


#cc516a Background Color

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

This div background color is #cc516a


#cc516a Border Color

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

This div border color is #cc516a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc516a


Comments

No comments written yet.

Please login to write comment.