Color Hex Logo

#c49ead Color Hex

#C49EAD
(196,158,173)
0 Favorites   0 Comments

Color spaces of #c49ead

RGB 196158173
HSL0.930.240.69
HSV336°19°77°
CMYK 0.000.190.12   0.23
XYZ42.534639.206644.8610
Yxy39.20660.33600.3097
Hunter Lab62.615211.67881.3520
CIE-Lab68.900716.4959-2.4413

#c49ead color RGB value is (196,158,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011110 10101101
Octal 304 236 255
Decimal 196 158 173
Hex C4 9E AD

RGB Percentages of Color #c49ead

%37.19
%29.98
%32.83

CMYK Percentages of Color #c49ead

%0
%19
%12
%23

Triadic Colors of #c49ead

#c49ead #adc49e #9eadc4

Analogous Colors of #c49ead

#c49ead #c4a29e #c49ec0

Monochromatic Colors of #c49ead

#c49ead

Complementary Color

#c49ead #9ec4b5

#c49ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49ead Color CSS Codes

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

#c49ead Text Font Color

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

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


#c49ead Background Color

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

This div background color is #c49ead


#c49ead Border Color

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

This div border color is #c49ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49ead


Comments

No comments written yet.

Please login to write comment.