Color Hex Logo

#cc96ad Color Hex

#CC96AD
(204,150,173)
0 Favorites   0 Comments

Color spaces of #cc96ad

RGB 204150173
HSL0.930.350.69
HSV334°26°80°
CMYK 0.000.260.15   0.20
XYZ43.351037.667244.5208
Yxy37.66720.34530.3000
Hunter Lab61.373618.6789-0.0478
CIE-Lab67.774623.7810-4.0056

#cc96ad color RGB value is (204,150,173).

#cc96ad hex color red value is 204, green value is 150 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cc96ad hue: 0.93 , saturation: 0.35 and the lightness value of cc96ad is 0.69.

The process color (four color CMYK) of #cc96ad color hex is 0.00, 0.26, 0.15, 0.20. Web safe color of #cc96ad is #cc9999. Color #cc96ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010110 10101101
Octal 314 226 255
Decimal 204 150 173
Hex CC 96 AD

RGB Percentages of Color #cc96ad

%38.71
%28.46
%32.83

CMYK Percentages of Color #cc96ad

%0
%26
%15
%20

Triadic Colors of #cc96ad

#cc96ad #adcc96 #96adcc

Analogous Colors of #cc96ad

#cc96ad #cc9a96 #cc96c8

Monochromatic Colors of #cc96ad

#cc96ad

Complementary Color

#cc96ad #96ccb5

#cc96ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc96ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc96ad Color CSS Codes

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

#cc96ad Text Font Color

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

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


#cc96ad Background Color

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

This div background color is #cc96ad


#cc96ad Border Color

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

This div border color is #cc96ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc96ad


Comments

No comments written yet.

Please login to write comment.