Color Hex Logo

#c49ee9 Color Hex

#C49EE9
(196,158,233)
0 Favorites   0 Comments

Color spaces of #c49ee9

RGB 196158233
HSL0.750.630.77
HSV270°32°91°
CMYK 0.160.320.00   0.09
XYZ49.699842.072782.5922
Yxy42.07270.28500.2413
Hunter Lab64.863523.2595-30.0909
CIE-Lab70.921028.1583-32.5354

#c49ee9 color RGB value is (196,158,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011110 11101001
Octal 304 236 351
Decimal 196 158 233
Hex C4 9E E9

RGB Percentages of Color #c49ee9

%33.39
%26.92
%39.69

CMYK Percentages of Color #c49ee9

%16
%32
%0
%9

Triadic Colors of #c49ee9

#c49ee9 #e9c49e #9ee9c4

Analogous Colors of #c49ee9

#c49ee9 #e99ee9 #9f9ee9

Monochromatic Colors of #c49ee9

#c49ee9

Complementary Color

#c49ee9 #c3e99e

#c49ee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49ee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49ee9 Color CSS Codes

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

#c49ee9 Text Font Color

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

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


#c49ee9 Background Color

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

This div background color is #c49ee9


#c49ee9 Border Color

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

This div border color is #c49ee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49ee9


Comments

No comments written yet.

Please login to write comment.