Color Hex Logo

#c49de3 Color Hex

#C49DE3
(196,157,227)
0 Favorites   0 Comments

Color spaces of #c49de3

RGB 196157227
HSL0.760.560.75
HSV273°31°89°
CMYK 0.140.310.00   0.11
XYZ48.687041.395878.0971
Yxy41.39580.28950.2461
Hunter Lab64.339622.4802-26.9301
CIE-Lab70.452327.4234-29.9725

#c49de3 color RGB value is (196,157,227).

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

The process color (four color CMYK) of #c49de3 color hex is 0.14, 0.31, 0.00, 0.11. Web safe color of #c49de3 is #cc99cc. Color #c49de3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011101 11100011
Octal 304 235 343
Decimal 196 157 227
Hex C4 9D E3

RGB Percentages of Color #c49de3

%33.79
%27.07
%39.14

CMYK Percentages of Color #c49de3

%14
%31
%0
%11

Triadic Colors of #c49de3

#c49de3 #e3c49d #9de3c4

Analogous Colors of #c49de3

#c49de3 #e39ddf #a19de3

Monochromatic Colors of #c49de3

#c49de3

Complementary Color

#c49de3 #bce39d

#c49de3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49de3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49de3 Color CSS Codes

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

#c49de3 Text Font Color

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

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


#c49de3 Background Color

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

This div background color is #c49de3


#c49de3 Border Color

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

This div border color is #c49de3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49de3


Comments

No comments written yet.

Please login to write comment.