Color Hex Logo

#c49eda Color Hex

#C49EDA
(196,158,218)
0 Favorites   0 Comments

Color spaces of #c49eda

RGB 196158218
HSL0.770.450.74
HSV278°28°85°
CMYK 0.100.280.00   0.15
XYZ47.646741.251471.7807
Yxy41.25140.29650.2567
Hunter Lab64.227320.0217-21.3037
CIE-Lab70.351724.9873-25.1832

#c49eda color RGB value is (196,158,218).

#c49eda hex color red value is 196, green value is 158 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c49eda hue: 0.77 , saturation: 0.45 and the lightness value of c49eda is 0.74.

The process color (four color CMYK) of #c49eda color hex is 0.10, 0.28, 0.00, 0.15. Web safe color of #c49eda is #cc99cc. Color #c49eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011110 11011010
Octal 304 236 332
Decimal 196 158 218
Hex C4 9E DA

RGB Percentages of Color #c49eda

%34.27
%27.62
%38.11

CMYK Percentages of Color #c49eda

%10
%28
%0
%15

Triadic Colors of #c49eda

#c49eda #dac49e #9edac4

Analogous Colors of #c49eda

#c49eda #da9ed2 #a69eda

Monochromatic Colors of #c49eda

#c49eda

Complementary Color

#c49eda #b4da9e

#c49eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49eda Color CSS Codes

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

#c49eda Text Font Color

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

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


#c49eda Background Color

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

This div background color is #c49eda


#c49eda Border Color

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

This div border color is #c49eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49eda


Comments

No comments written yet.

Please login to write comment.