Color Hex Logo

#c49ddf Color Hex

#C49DDF
(196,157,223)
0 Favorites   0 Comments

Color spaces of #c49ddf

RGB 196157223
HSL0.770.510.75
HSV275°30°87°
CMYK 0.120.300.00   0.13
XYZ48.141241.177475.2228
Yxy41.17740.29260.2503
Hunter Lab64.169621.6171-24.5839
CIE-Lab70.300026.5794-28.0113

#c49ddf color RGB value is (196,157,223).

#c49ddf hex color red value is 196, green value is 157 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c49ddf hue: 0.77 , saturation: 0.51 and the lightness value of c49ddf is 0.75.

The process color (four color CMYK) of #c49ddf color hex is 0.12, 0.30, 0.00, 0.13. Web safe color of #c49ddf is #cc99cc. Color #c49ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011101 11011111
Octal 304 235 337
Decimal 196 157 223
Hex C4 9D DF

RGB Percentages of Color #c49ddf

%34.03
%27.26
%38.72

CMYK Percentages of Color #c49ddf

%12
%30
%0
%13

Triadic Colors of #c49ddf

#c49ddf #dfc49d #9ddfc4

Analogous Colors of #c49ddf

#c49ddf #df9dd9 #a39ddf

Monochromatic Colors of #c49ddf

#c49ddf

Complementary Color

#c49ddf #b8df9d

#c49ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49ddf Color CSS Codes

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

#c49ddf Text Font Color

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

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


#c49ddf Background Color

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

This div background color is #c49ddf


#c49ddf Border Color

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

This div border color is #c49ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49ddf


Comments

No comments written yet.

Please login to write comment.