Color Hex Logo

#c49dba Color Hex

#C49DBA
(196,157,186)
0 Favorites   0 Comments

Color spaces of #c49dba

RGB 196157186
HSL0.880.250.69
HSV315°20°77°
CMYK 0.000.200.05   0.23
XYZ43.684839.394951.7559
Yxy39.39490.32400.2922
Hunter Lab62.765414.3969-4.9544
CIE-Lab69.036419.3277-9.4713

#c49dba color RGB value is (196,157,186).

#c49dba hex color red value is 196, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c49dba hue: 0.88 , saturation: 0.25 and the lightness value of c49dba is 0.69.

The process color (four color CMYK) of #c49dba color hex is 0.00, 0.20, 0.05, 0.23. Web safe color of #c49dba is #cc99cc. Color #c49dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011101 10111010
Octal 304 235 272
Decimal 196 157 186
Hex C4 9D BA

RGB Percentages of Color #c49dba

%36.36
%29.13
%34.51

CMYK Percentages of Color #c49dba

%0
%20
%5
%23

Triadic Colors of #c49dba

#c49dba #bac49d #9dbac4

Analogous Colors of #c49dba

#c49dba #c49da7 #bb9dc4

Monochromatic Colors of #c49dba

#c49dba

Complementary Color

#c49dba #9dc4a7

#c49dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49dba Color CSS Codes

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

#c49dba Text Font Color

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

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


#c49dba Background Color

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

This div background color is #c49dba


#c49dba Border Color

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

This div border color is #c49dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49dba


Comments

No comments written yet.

Please login to write comment.