Color Hex Logo

#c49eee Color Hex

#C49EEE
(196,158,238)
0 Favorites   0 Comments

Color spaces of #c49eee

RGB 196158238
HSL0.750.700.78
HSV269°34°93°
CMYK 0.180.340.00   0.07
XYZ50.424442.362586.4080
Yxy42.36250.28140.2364
Hunter Lab65.086524.3878-33.1521
CIE-Lab71.120129.2483-34.9589

#c49eee color RGB value is (196,158,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011110 11101110
Octal 304 236 356
Decimal 196 158 238
Hex C4 9E EE

RGB Percentages of Color #c49eee

%33.11
%26.69
%40.20

CMYK Percentages of Color #c49eee

%18
%34
%0
%7

Triadic Colors of #c49eee

#c49eee #eec49e #9eeec4

Analogous Colors of #c49eee

#c49eee #ec9eee #9ea0ee

Monochromatic Colors of #c49eee

#c49eee

Complementary Color

#c49eee #c8ee9e

#c49eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49eee Color CSS Codes

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

#c49eee Text Font Color

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

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


#c49eee Background Color

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

This div background color is #c49eee


#c49eee Border Color

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

This div border color is #c49eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49eee


Comments

No comments written yet.

Please login to write comment.