Color Hex Logo

#cc536b Color Hex

#CC536B
(204,83,107)
0 Favorites   0 Comments

Color spaces of #cc536b

RGB 20483107
HSL0.970.540.56
HSV348°59°80°
CMYK 0.000.590.48   0.20
XYZ30.648920.085416.1714
Yxy20.08540.45810.3002
Hunter Lab44.816743.64189.9779
CIE-Lab51.933650.052111.2115

#cc536b color RGB value is (204,83,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010011 01101011
Octal 314 123 153
Decimal 204 83 107
Hex CC 53 6B

RGB Percentages of Color #cc536b

%51.78
%21.07
%27.16

CMYK Percentages of Color #cc536b

%0
%59
%48
%20

Triadic Colors of #cc536b

#cc536b #6bcc53 #536bcc

Analogous Colors of #cc536b

#cc536b #cc7853 #cc53a8

Monochromatic Colors of #cc536b

#cc536b

Complementary Color

#cc536b #53ccb4

#cc536b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc536b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc536b Color CSS Codes

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

#cc536b Text Font Color

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

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


#cc536b Background Color

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

This div background color is #cc536b


#cc536b Border Color

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

This div border color is #cc536b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc536b


Comments

No comments written yet.

Please login to write comment.