Color Hex Logo

#e499b5 Color Hex

#E499B5
(228,153,181)
0 Favorites   0 Comments

Color spaces of #e499b5

RGB 228153181
HSL0.940.580.75
HSV338°33°89°
CMYK 0.000.330.21   0.11
XYZ51.726642.612649.2148
Yxy42.61260.36030.2968
Hunter Lab65.278327.20650.9948
CIE-Lab71.291231.9655-2.9861

#e499b5 color RGB value is (228,153,181).

#e499b5 hex color red value is 228, green value is 153 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #e499b5 hue: 0.94 , saturation: 0.58 and the lightness value of e499b5 is 0.75.

The process color (four color CMYK) of #e499b5 color hex is 0.00, 0.33, 0.21, 0.11. Web safe color of #e499b5 is #cc99cc. Color #e499b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011001 10110101
Octal 344 231 265
Decimal 228 153 181
Hex E4 99 B5

RGB Percentages of Color #e499b5

%40.57
%27.22
%32.21

CMYK Percentages of Color #e499b5

%0
%33
%21
%11

Triadic Colors of #e499b5

#e499b5 #b5e499 #99b5e4

Analogous Colors of #e499b5

#e499b5 #e4a399 #e499db

Monochromatic Colors of #e499b5

#e499b5

Complementary Color

#e499b5 #99e4c8

#e499b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e499b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e499b5 Color CSS Codes

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

#e499b5 Text Font Color

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

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


#e499b5 Background Color

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

This div background color is #e499b5


#e499b5 Border Color

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

This div border color is #e499b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e499b5


Comments

No comments written yet.

Please login to write comment.