Color Hex Logo

#c996ad Color Hex

#C996AD
(201,150,173)
0 Favorites   0 Comments

Color spaces of #c996ad

RGB 201150173
HSL0.920.320.69
HSV333°25°79°
CMYK 0.000.250.14   0.21
XYZ42.536637.247344.4827
Yxy37.24730.34230.2997
Hunter Lab61.030617.6060-0.4927
CIE-Lab67.462222.7024-4.5019

#c996ad color RGB value is (201,150,173).

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

The process color (four color CMYK) of #c996ad color hex is 0.00, 0.25, 0.14, 0.21. Web safe color of #c996ad is #cc9999. Color #c996ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010110 10101101
Octal 311 226 255
Decimal 201 150 173
Hex C9 96 AD

RGB Percentages of Color #c996ad

%38.36
%28.63
%33.02

CMYK Percentages of Color #c996ad

%0
%25
%14
%21

Triadic Colors of #c996ad

#c996ad #adc996 #96adc9

Analogous Colors of #c996ad

#c996ad #c99996 #c996c7

Monochromatic Colors of #c996ad

#c996ad

Complementary Color

#c996ad #96c9b2

#c996ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c996ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c996ad Color CSS Codes

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

#c996ad Text Font Color

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

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


#c996ad Background Color

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

This div background color is #c996ad


#c996ad Border Color

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

This div border color is #c996ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c996ad


Comments

No comments written yet.

Please login to write comment.