Color Hex Logo

#e495ec Color Hex

#E495EC
(228,149,236)
0 Favorites   0 Comments

Color spaces of #e495ec

RGB 228149236
HSL0.820.700.75
HSV294°37°93°
CMYK 0.030.370.00   0.07
XYZ57.882744.045084.8077
Yxy44.04500.31000.2359
Hunter Lab66.366439.5409-29.3085
CIE-Lab72.258643.3874-31.8458

#e495ec color RGB value is (228,149,236).

#e495ec hex color red value is 228, green value is 149 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e495ec hue: 0.82 , saturation: 0.70 and the lightness value of e495ec is 0.75.

The process color (four color CMYK) of #e495ec color hex is 0.03, 0.37, 0.00, 0.07. Web safe color of #e495ec is #cc99ff. Color #e495ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010101 11101100
Octal 344 225 354
Decimal 228 149 236
Hex E4 95 EC

RGB Percentages of Color #e495ec

%37.19
%24.31
%38.50

CMYK Percentages of Color #e495ec

%3
%37
%0
%7

Triadic Colors of #e495ec

#e495ec #ece495 #95ece4

Analogous Colors of #e495ec

#e495ec #ec95c9 #b995ec

Monochromatic Colors of #e495ec

#e495ec

Complementary Color

#e495ec #9dec95

#e495ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e495ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e495ec Color CSS Codes

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

#e495ec Text Font Color

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

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


#e495ec Background Color

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

This div background color is #e495ec


#e495ec Border Color

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

This div border color is #e495ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,149,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e495ec


Comments

No comments written yet.

Please login to write comment.