Color Hex Logo

#c49dbc Color Hex

#C49DBC
(196,157,188)
0 Favorites   0 Comments

Color spaces of #c49dbc

RGB 196157188
HSL0.870.250.69
HSV312°20°77°
CMYK 0.000.200.04   0.23
XYZ43.899039.480552.8837
Yxy39.48050.32220.2897
Hunter Lab62.833514.7514-5.9179
CIE-Lab69.097919.6921-10.4908

#c49dbc color RGB value is (196,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011101 10111100
Octal 304 235 274
Decimal 196 157 188
Hex C4 9D BC

RGB Percentages of Color #c49dbc

%36.23
%29.02
%34.75

CMYK Percentages of Color #c49dbc

%0
%20
%4
%23

Triadic Colors of #c49dbc

#c49dbc #bcc49d #9dbcc4

Analogous Colors of #c49dbc

#c49dbc #c49da9 #b99dc4

Monochromatic Colors of #c49dbc

#c49dbc

Complementary Color

#c49dbc #9dc4a5

#c49dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49dbc Color CSS Codes

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

#c49dbc Text Font Color

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

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


#c49dbc Background Color

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

This div background color is #c49dbc


#c49dbc Border Color

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

This div border color is #c49dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49dbc


Comments

No comments written yet.

Please login to write comment.