Color Hex Logo

#cc727b Color Hex

#CC727B
(204,114,123)
0 Favorites   0 Comments

Color spaces of #cc727b

RGB 204114123
HSL0.980.470.62
HSV354°44°80°
CMYK 0.000.440.40   0.20
XYZ34.494326.302121.9976
Yxy26.30210.41660.3177
Hunter Lab51.285630.308010.4690
CIE-Lab58.322736.291410.7875

#cc727b color RGB value is (204,114,123).

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

The process color (four color CMYK) of #cc727b color hex is 0.00, 0.44, 0.40, 0.20. Web safe color of #cc727b is #cc6666. Color #cc727b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110010 01111011
Octal 314 162 173
Decimal 204 114 123
Hex CC 72 7B

RGB Percentages of Color #cc727b

%46.26
%25.85
%27.89

CMYK Percentages of Color #cc727b

%0
%44
%40
%20

Triadic Colors of #cc727b

#cc727b #7bcc72 #727bcc

Analogous Colors of #cc727b

#cc727b #cc9672 #cc72a8

Monochromatic Colors of #cc727b

#cc727b

Complementary Color

#cc727b #72ccc3

#cc727b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc727b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc727b Color CSS Codes

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

#cc727b Text Font Color

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

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


#cc727b Background Color

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

This div background color is #cc727b


#cc727b Border Color

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

This div border color is #cc727b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc727b


Comments

No comments written yet.

Please login to write comment.