Color Hex Logo

#c49fad Color Hex

#C49FAD
(196,159,173)
0 Favorites   0 Comments

Color spaces of #c49fad

RGB 196159173
HSL0.940.240.70
HSV337°19°77°
CMYK 0.000.190.12   0.23
XYZ42.705939.549244.9181
Yxy39.54920.33580.3110
Hunter Lab62.888211.16101.6736
CIE-Lab69.147215.9458-2.0792

#c49fad color RGB value is (196,159,173).

#c49fad hex color red value is 196, green value is 159 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c49fad hue: 0.94 , saturation: 0.24 and the lightness value of c49fad is 0.70.

The process color (four color CMYK) of #c49fad color hex is 0.00, 0.19, 0.12, 0.23. Web safe color of #c49fad is #cc9999. Color #c49fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011111 10101101
Octal 304 237 255
Decimal 196 159 173
Hex C4 9F AD

RGB Percentages of Color #c49fad

%37.12
%30.11
%32.77

CMYK Percentages of Color #c49fad

%0
%19
%12
%23

Triadic Colors of #c49fad

#c49fad #adc49f #9fadc4

Analogous Colors of #c49fad

#c49fad #c4a49f #c49fc0

Monochromatic Colors of #c49fad

#c49fad

Complementary Color

#c49fad #9fc4b6

#c49fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49fad Color CSS Codes

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

#c49fad Text Font Color

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

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


#c49fad Background Color

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

This div background color is #c49fad


#c49fad Border Color

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

This div border color is #c49fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49fad


Comments

No comments written yet.

Please login to write comment.