Color Hex Logo

#c49abd Color Hex

#C49ABD
(196,154,189)
0 Favorites   0 Comments

Color spaces of #c49abd

RGB 196154189
HSL0.860.260.69
HSV310°21°77°
CMYK 0.000.210.04   0.23
XYZ43.505938.521153.2864
Yxy38.52110.32150.2847
Hunter Lab62.065416.5086-7.4578
CIE-Lab68.402921.5305-12.0871

#c49abd color RGB value is (196,154,189).

#c49abd hex color red value is 196, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c49abd hue: 0.86 , saturation: 0.26 and the lightness value of c49abd is 0.69.

The process color (four color CMYK) of #c49abd color hex is 0.00, 0.21, 0.04, 0.23. Web safe color of #c49abd is #cc99cc. Color #c49abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011010 10111101
Octal 304 232 275
Decimal 196 154 189
Hex C4 9A BD

RGB Percentages of Color #c49abd

%36.36
%28.57
%35.06

CMYK Percentages of Color #c49abd

%0
%21
%4
%23

Triadic Colors of #c49abd

#c49abd #bdc49a #9abdc4

Analogous Colors of #c49abd

#c49abd #c49aa8 #b69ac4

Monochromatic Colors of #c49abd

#c49abd

Complementary Color

#c49abd #9ac4a1

#c49abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49abd Color CSS Codes

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

#c49abd Text Font Color

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

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


#c49abd Background Color

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

This div background color is #c49abd


#c49abd Border Color

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

This div border color is #c49abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,154,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c49abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49abd


Comments

No comments written yet.

Please login to write comment.