Color Hex Logo

#cc728d Color Hex

#CC728D
(204,114,141)
0 Favorites   0 Comments

Color spaces of #cc728d

RGB 204114141
HSL0.950.470.62
HSV342°44°80°
CMYK 0.000.440.31   0.20
XYZ35.726926.795128.4883
Yxy26.79510.39260.2944
Hunter Lab51.764032.61173.6045
CIE-Lab58.784238.50071.0201

#cc728d color RGB value is (204,114,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110010 10001101
Octal 314 162 215
Decimal 204 114 141
Hex CC 72 8D

RGB Percentages of Color #cc728d

%44.44
%24.84
%30.72

CMYK Percentages of Color #cc728d

%0
%44
%31
%20

Triadic Colors of #cc728d

#cc728d #8dcc72 #728dcc

Analogous Colors of #cc728d

#cc728d #cc8472 #cc72ba

Monochromatic Colors of #cc728d

#cc728d

Complementary Color

#cc728d #72ccb1

#cc728d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc728d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc728d Color CSS Codes

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

#cc728d Text Font Color

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

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


#cc728d Background Color

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

This div background color is #cc728d


#cc728d Border Color

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

This div border color is #cc728d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc728d


Comments

No comments written yet.

Please login to write comment.