Color Hex Logo

#e28399 Color Hex

#E28399
(226,131,153)
0 Favorites   0 Comments

Color spaces of #e28399

RGB 226131153
HSL0.960.620.70
HSV346°42°89°
CMYK 0.000.420.32   0.11
XYZ45.230134.701334.4511
Yxy34.70130.39540.3034
Hunter Lab58.907833.96576.5608
CIE-Lab65.515439.00134.2600

#e28399 color RGB value is (226,131,153).

#e28399 hex color red value is 226, green value is 131 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #e28399 hue: 0.96 , saturation: 0.62 and the lightness value of e28399 is 0.70.

The process color (four color CMYK) of #e28399 color hex is 0.00, 0.42, 0.32, 0.11. Web safe color of #e28399 is #cc9999. Color #e28399 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000011 10011001
Octal 342 203 231
Decimal 226 131 153
Hex E2 83 99

RGB Percentages of Color #e28399

%44.31
%25.69
%30.00

CMYK Percentages of Color #e28399

%0
%42
%32
%11

Triadic Colors of #e28399

#e28399 #99e283 #8399e2

Analogous Colors of #e28399

#e28399 #e29d83 #e283c9

Monochromatic Colors of #e28399

#e28399

Complementary Color

#e28399 #83e2cc

#e28399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28399 Color CSS Codes

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

#e28399 Text Font Color

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

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


#e28399 Background Color

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

This div background color is #e28399


#e28399 Border Color

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

This div border color is #e28399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28399


Comments

No comments written yet.

Please login to write comment.