Color Hex Logo

#c49eea Color Hex

#C49EEA
(196,158,234)
0 Favorites   0 Comments

Color spaces of #c49eea

RGB 196158234
HSL0.750.640.77
HSV270°32°92°
CMYK 0.160.320.00   0.08
XYZ49.843142.130083.3468
Yxy42.13000.28430.2403
Hunter Lab64.907623.4833-30.6980
CIE-Lab70.960528.3751-33.0212

#c49eea color RGB value is (196,158,234).

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

The process color (four color CMYK) of #c49eea color hex is 0.16, 0.32, 0.00, 0.08. Web safe color of #c49eea is #cc99ff. Color #c49eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011110 11101010
Octal 304 236 352
Decimal 196 158 234
Hex C4 9E EA

RGB Percentages of Color #c49eea

%33.33
%26.87
%39.80

CMYK Percentages of Color #c49eea

%16
%32
%0
%8

Triadic Colors of #c49eea

#c49eea #eac49e #9eeac4

Analogous Colors of #c49eea

#c49eea #ea9eea #9e9eea

Monochromatic Colors of #c49eea

#c49eea

Complementary Color

#c49eea #c4ea9e

#c49eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49eea Color CSS Codes

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

#c49eea Text Font Color

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

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


#c49eea Background Color

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

This div background color is #c49eea


#c49eea Border Color

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

This div border color is #c49eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49eea


Comments

No comments written yet.

Please login to write comment.