Color Hex Logo

#c49dc9 Color Hex

#C49DC9
(196,157,201)
0 Favorites   0 Comments

Color spaces of #c49dc9

RGB 196157201
HSL0.810.290.70
HSV293°22°79°
CMYK 0.020.220.00   0.21
XYZ45.364540.066860.6010
Yxy40.06680.31060.2744
Hunter Lab63.298317.1548-12.4546
CIE-Lab69.517122.1391-17.0709

#c49dc9 color RGB value is (196,157,201).

#c49dc9 hex color red value is 196, green value is 157 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #c49dc9 hue: 0.81 , saturation: 0.29 and the lightness value of c49dc9 is 0.70.

The process color (four color CMYK) of #c49dc9 color hex is 0.02, 0.22, 0.00, 0.21. Web safe color of #c49dc9 is #cc99cc. Color #c49dc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011101 11001001
Octal 304 235 311
Decimal 196 157 201
Hex C4 9D C9

RGB Percentages of Color #c49dc9

%35.38
%28.34
%36.28

CMYK Percentages of Color #c49dc9

%2
%22
%0
%21

Triadic Colors of #c49dc9

#c49dc9 #c9c49d #9dc9c4

Analogous Colors of #c49dc9

#c49dc9 #c99db8 #ae9dc9

Monochromatic Colors of #c49dc9

#c49dc9

Complementary Color

#c49dc9 #a2c99d

#c49dc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49dc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49dc9 Color CSS Codes

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

#c49dc9 Text Font Color

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

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


#c49dc9 Background Color

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

This div background color is #c49dc9


#c49dc9 Border Color

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

This div border color is #c49dc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49dc9


Comments

No comments written yet.

Please login to write comment.