Color Hex Logo

#c097ad Color Hex

#C097AD
(192,151,173)
0 Favorites   0 Comments

Color spaces of #c097ad

RGB 192151173
HSL0.910.250.67
HSV328°21°75°
CMYK 0.000.210.10   0.25
XYZ40.347736.356844.4262
Yxy36.35680.33310.3001
Hunter Lab60.296613.9249-1.4769
CIE-Lab66.791718.9164-5.5951

#c097ad color RGB value is (192,151,173).

#c097ad hex color red value is 192, green value is 151 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c097ad hue: 0.91 , saturation: 0.25 and the lightness value of c097ad is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010111 10101101
Octal 300 227 255
Decimal 192 151 173
Hex C0 97 AD

RGB Percentages of Color #c097ad

%37.21
%29.26
%33.53

CMYK Percentages of Color #c097ad

%0
%21
%10
%25

Triadic Colors of #c097ad

#c097ad #adc097 #97adc0

Analogous Colors of #c097ad

#c097ad #c09799 #bf97c0

Monochromatic Colors of #c097ad

#c097ad

Complementary Color

#c097ad #97c0aa

#c097ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c097ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c097ad Color CSS Codes

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

#c097ad Text Font Color

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

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


#c097ad Background Color

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

This div background color is #c097ad


#c097ad Border Color

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

This div border color is #c097ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c097ad


Comments

No comments written yet.

Please login to write comment.