Color Hex Logo

#cc729b Color Hex

#CC729B
(204,114,155)
0 Favorites   0 Comments

Color spaces of #cc729b

RGB 204114155
HSL0.920.470.62
HSV333°44°80°
CMYK 0.000.440.24   0.20
XYZ36.835527.238634.3265
Yxy27.23860.37430.2768
Hunter Lab52.190634.6496-2.4624
CIE-Lab59.194540.4264-6.4736

#cc729b color RGB value is (204,114,155).

#cc729b hex color red value is 204, green value is 114 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cc729b hue: 0.92 , saturation: 0.47 and the lightness value of cc729b is 0.62.

The process color (four color CMYK) of #cc729b color hex is 0.00, 0.44, 0.24, 0.20. Web safe color of #cc729b is #cc6699. Color #cc729b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110010 10011011
Octal 314 162 233
Decimal 204 114 155
Hex CC 72 9B

RGB Percentages of Color #cc729b

%43.13
%24.10
%32.77

CMYK Percentages of Color #cc729b

%0
%44
%24
%20

Triadic Colors of #cc729b

#cc729b #9bcc72 #729bcc

Analogous Colors of #cc729b

#cc729b #cc7672 #cc72c8

Monochromatic Colors of #cc729b

#cc729b

Complementary Color

#cc729b #72cca3

#cc729b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc729b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc729b Color CSS Codes

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

#cc729b Text Font Color

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

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


#cc729b Background Color

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

This div background color is #cc729b


#cc729b Border Color

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

This div border color is #cc729b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc729b


Comments

No comments written yet.

Please login to write comment.