Color Hex Logo

#c49eef Color Hex

#C49EEF
(196,158,239)
0 Favorites   0 Comments

Color spaces of #c49eef

RGB 196158239
HSL0.740.720.78
HSV268°34°94°
CMYK 0.180.340.00   0.06
XYZ50.571842.421587.1841
Yxy42.42150.28070.2354
Hunter Lab65.131824.6163-33.7721
CIE-Lab71.160629.4680-35.4419

#c49eef color RGB value is (196,158,239).

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

The process color (four color CMYK) of #c49eef color hex is 0.18, 0.34, 0.00, 0.06. Web safe color of #c49eef is #cc99ff. Color #c49eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011110 11101111
Octal 304 236 357
Decimal 196 158 239
Hex C4 9E EF

RGB Percentages of Color #c49eef

%33.05
%26.64
%40.30

CMYK Percentages of Color #c49eef

%18
%34
%0
%6

Triadic Colors of #c49eef

#c49eef #efc49e #9eefc4

Analogous Colors of #c49eef

#c49eef #ed9eef #9ea1ef

Monochromatic Colors of #c49eef

#c49eef

Complementary Color

#c49eef #c9ef9e

#c49eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49eef Color CSS Codes

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

#c49eef Text Font Color

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

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


#c49eef Background Color

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

This div background color is #c49eef


#c49eef Border Color

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

This div border color is #c49eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49eef


Comments

No comments written yet.

Please login to write comment.