Color Hex Logo

#cc809d Color Hex

#CC809D
(204,128,157)
0 Favorites   0 Comments

Color spaces of #cc809d

RGB 204128157
HSL0.940.430.65
HSV337°37°80°
CMYK 0.000.370.23   0.20
XYZ38.706830.710035.7858
Yxy30.71000.36790.2919
Hunter Lab55.416627.69770.5045
CIE-Lab62.262133.2757-3.0870

#cc809d color RGB value is (204,128,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000000 10011101
Octal 314 200 235
Decimal 204 128 157
Hex CC 80 9D

RGB Percentages of Color #cc809d

%41.72
%26.18
%32.11

CMYK Percentages of Color #cc809d

%0
%37
%23
%20

Triadic Colors of #cc809d

#cc809d #9dcc80 #809dcc

Analogous Colors of #cc809d

#cc809d #cc8980 #cc80c3

Monochromatic Colors of #cc809d

#cc809d

Complementary Color

#cc809d #80ccaf

#cc809d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc809d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc809d Color CSS Codes

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

#cc809d Text Font Color

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

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


#cc809d Background Color

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

This div background color is #cc809d


#cc809d Border Color

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

This div border color is #cc809d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc809d


Comments

No comments written yet.

Please login to write comment.