Color Hex Logo

#e495bb Color Hex

#E495BB
(228,149,187)
0 Favorites   0 Comments

Color spaces of #e495bb

RGB 228149187
HSL0.920.590.74
HSV331°35°89°
CMYK 0.000.350.18   0.11
XYZ51.712041.576752.3133
Yxy41.57670.35520.2856
Hunter Lab64.480030.3144-2.9666
CIE-Lab70.578135.0010-7.3715

#e495bb color RGB value is (228,149,187).

#e495bb hex color red value is 228, green value is 149 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e495bb hue: 0.92 , saturation: 0.59 and the lightness value of e495bb is 0.74.

The process color (four color CMYK) of #e495bb color hex is 0.00, 0.35, 0.18, 0.11. Web safe color of #e495bb is #cc99cc. Color #e495bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010101 10111011
Octal 344 225 273
Decimal 228 149 187
Hex E4 95 BB

RGB Percentages of Color #e495bb

%40.43
%26.42
%33.16

CMYK Percentages of Color #e495bb

%0
%35
%18
%11

Triadic Colors of #e495bb

#e495bb #bbe495 #95bbe4

Analogous Colors of #e495bb

#e495bb #e49795 #e495e3

Monochromatic Colors of #e495bb

#e495bb

Complementary Color

#e495bb #95e4be

#e495bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e495bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e495bb Color CSS Codes

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

#e495bb Text Font Color

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

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


#e495bb Background Color

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

This div background color is #e495bb


#e495bb Border Color

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

This div border color is #e495bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e495bb


Comments

No comments written yet.

Please login to write comment.