Color Hex Logo

#cc536c Color Hex

#CC536C
(204,83,108)
0 Favorites   0 Comments

Color spaces of #cc536c

RGB 20483108
HSL0.970.540.56
HSV348°59°80°
CMYK 0.000.590.47   0.20
XYZ30.701920.106616.4502
Yxy20.10660.45650.2989
Hunter Lab44.840443.74709.6371
CIE-Lab51.957550.146710.6475

#cc536c color RGB value is (204,83,108).

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

The process color (four color CMYK) of #cc536c color hex is 0.00, 0.59, 0.47, 0.20. Web safe color of #cc536c is #cc6666. Color #cc536c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010011 01101100
Octal 314 123 154
Decimal 204 83 108
Hex CC 53 6C

RGB Percentages of Color #cc536c

%51.65
%21.01
%27.34

CMYK Percentages of Color #cc536c

%0
%59
%47
%20

Triadic Colors of #cc536c

#cc536c #6ccc53 #536ccc

Analogous Colors of #cc536c

#cc536c #cc7753 #cc53a9

Monochromatic Colors of #cc536c

#cc536c

Complementary Color

#cc536c #53ccb3

#cc536c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc536c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc536c Color CSS Codes

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

#cc536c Text Font Color

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

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


#cc536c Background Color

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

This div background color is #cc536c


#cc536c Border Color

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

This div border color is #cc536c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc536c


Comments

No comments written yet.

Please login to write comment.