Color Hex Logo

#cc91ad Color Hex

#CC91AD
(204,145,173)
0 Favorites   0 Comments

Color spaces of #cc91ad

RGB 204145173
HSL0.920.370.68
HSV332°29°80°
CMYK 0.000.290.15   0.20
XYZ42.570136.105344.2605
Yxy36.10530.34630.2937
Hunter Lab60.087721.3078-1.6115
CIE-Lab66.600326.5176-5.7404

#cc91ad color RGB value is (204,145,173).

#cc91ad hex color red value is 204, green value is 145 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cc91ad hue: 0.92 , saturation: 0.37 and the lightness value of cc91ad is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010001 10101101
Octal 314 221 255
Decimal 204 145 173
Hex CC 91 AD

RGB Percentages of Color #cc91ad

%39.08
%27.78
%33.14

CMYK Percentages of Color #cc91ad

%0
%29
%15
%20

Triadic Colors of #cc91ad

#cc91ad #adcc91 #91adcc

Analogous Colors of #cc91ad

#cc91ad #cc9391 #cc91cb

Monochromatic Colors of #cc91ad

#cc91ad

Complementary Color

#cc91ad #91ccb0

#cc91ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc91ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc91ad Color CSS Codes

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

#cc91ad Text Font Color

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

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


#cc91ad Background Color

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

This div background color is #cc91ad


#cc91ad Border Color

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

This div border color is #cc91ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc91ad


Comments

No comments written yet.

Please login to write comment.