Color Hex Logo

#cc75ad Color Hex

#CC75AD
(204,117,173)
0 Favorites   0 Comments

Color spaces of #cc75ad

RGB 204117173
HSL0.890.460.63
HSV321°43°80°
CMYK 0.000.430.15   0.20
XYZ38.806028.577143.0058
Yxy28.57710.35150.2589
Hunter Lab53.457636.0263-10.2776
CIE-Lab60.406641.5898-15.0058

#cc75ad color RGB value is (204,117,173).

#cc75ad hex color red value is 204, green value is 117 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cc75ad hue: 0.89 , saturation: 0.46 and the lightness value of cc75ad is 0.63.

The process color (four color CMYK) of #cc75ad color hex is 0.00, 0.43, 0.15, 0.20. Web safe color of #cc75ad is #cc6699. Color #cc75ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110101 10101101
Octal 314 165 255
Decimal 204 117 173
Hex CC 75 AD

RGB Percentages of Color #cc75ad

%41.30
%23.68
%35.02

CMYK Percentages of Color #cc75ad

%0
%43
%15
%20

Triadic Colors of #cc75ad

#cc75ad #adcc75 #75adcc

Analogous Colors of #cc75ad

#cc75ad #cc7582 #c075cc

Monochromatic Colors of #cc75ad

#cc75ad

Complementary Color

#cc75ad #75cc94

#cc75ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc75ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc75ad Color CSS Codes

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

#cc75ad Text Font Color

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

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


#cc75ad Background Color

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

This div background color is #cc75ad


#cc75ad Border Color

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

This div border color is #cc75ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc75ad


Comments

No comments written yet.

Please login to write comment.