Color Hex Logo

#c49fdd Color Hex

#C49FDD
(196,159,221)
0 Favorites   0 Comments

Color spaces of #c49fdd

RGB 196159221
HSL0.770.480.75
HSV276°28°87°
CMYK 0.110.280.00   0.13
XYZ48.214241.752573.9245
Yxy41.75250.29420.2548
Hunter Lab64.616220.1118-22.5997
CIE-Lab70.699925.0570-26.2987

#c49fdd color RGB value is (196,159,221).

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

The process color (four color CMYK) of #c49fdd color hex is 0.11, 0.28, 0.00, 0.13. Web safe color of #c49fdd is #cc99cc. Color #c49fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011111 11011101
Octal 304 237 335
Decimal 196 159 221
Hex C4 9F DD

RGB Percentages of Color #c49fdd

%34.03
%27.60
%38.37

CMYK Percentages of Color #c49fdd

%11
%28
%0
%13

Triadic Colors of #c49fdd

#c49fdd #ddc49f #9fddc4

Analogous Colors of #c49fdd

#c49fdd #dd9fd7 #a59fdd

Monochromatic Colors of #c49fdd

#c49fdd

Complementary Color

#c49fdd #b8dd9f

#c49fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49fdd Color CSS Codes

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

#c49fdd Text Font Color

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

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


#c49fdd Background Color

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

This div background color is #c49fdd


#c49fdd Border Color

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

This div border color is #c49fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49fdd


Comments

No comments written yet.

Please login to write comment.