Color Hex Logo

#e49cef Color Hex

#E49CEF
(228,156,239)
0 Favorites   0 Comments

Color spaces of #e49cef

RGB 228156239
HSL0.810.720.77
HSV292°35°94°
CMYK 0.050.350.00   0.06
XYZ59.463446.502987.5033
Yxy46.50290.30740.2404
Hunter Lab68.193036.3118-28.3441
CIE-Lab73.870740.2619-30.9957

#e49cef color RGB value is (228,156,239).

#e49cef hex color red value is 228, green value is 156 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e49cef hue: 0.81 , saturation: 0.72 and the lightness value of e49cef is 0.77.

The process color (four color CMYK) of #e49cef color hex is 0.05, 0.35, 0.00, 0.06. Web safe color of #e49cef is #cc99ff. Color #e49cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011100 11101111
Octal 344 234 357
Decimal 228 156 239
Hex E4 9C EF

RGB Percentages of Color #e49cef

%36.60
%25.04
%38.36

CMYK Percentages of Color #e49cef

%5
%35
%0
%6

Triadic Colors of #e49cef

#e49cef #efe49c #9cefe4

Analogous Colors of #e49cef

#e49cef #ef9cd1 #bb9cef

Monochromatic Colors of #e49cef

#e49cef

Complementary Color

#e49cef #a7ef9c

#e49cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e49cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e49cef Color CSS Codes

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

#e49cef Text Font Color

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

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


#e49cef Background Color

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

This div background color is #e49cef


#e49cef Border Color

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

This div border color is #e49cef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,156,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 #e49cef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e49cef


Comments

No comments written yet.

Please login to write comment.