Color Hex Logo

#cc808d Color Hex

#CC808D
(204,128,141)
0 Favorites   0 Comments

Color spaces of #cc808d

RGB 204128141
HSL0.970.430.65
HSV350°37°80°
CMYK 0.000.370.31   0.20
XYZ37.428730.198829.0555
Yxy30.19880.38710.3123
Hunter Lab54.953425.40767.1190
CIE-Lab61.825431.03305.4202

#cc808d color RGB value is (204,128,141).

#cc808d hex color red value is 204, green value is 128 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cc808d hue: 0.97 , saturation: 0.43 and the lightness value of cc808d is 0.65.

The process color (four color CMYK) of #cc808d color hex is 0.00, 0.37, 0.31, 0.20. Web safe color of #cc808d is #cc9999. Color #cc808d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 10001101
Octal 314 200 215
Decimal 204 128 141
Hex CC 80 8D

RGB Percentages of Color #cc808d

%43.13
%27.06
%29.81

CMYK Percentages of Color #cc808d

%0
%37
%31
%20

Triadic Colors of #cc808d

#cc808d #8dcc80 #808dcc

Analogous Colors of #cc808d

#cc808d #cc9980 #cc80b3

Monochromatic Colors of #cc808d

#cc808d

Complementary Color

#cc808d #80ccbf

#cc808d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc808d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc808d Color CSS Codes

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

#cc808d Text Font Color

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

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


#cc808d Background Color

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

This div background color is #cc808d


#cc808d Border Color

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

This div border color is #cc808d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,128,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 #cc808d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc808d


Comments

No comments written yet.

Please login to write comment.