Color Hex Logo

#e2838f Color Hex

#E2838F
(226,131,143)
0 Favorites   0 Comments

Color spaces of #e2838f

RGB 226131143
HSL0.980.620.70
HSV352°42°89°
CMYK 0.000.420.37   0.11
XYZ44.438334.384530.2813
Yxy34.38450.40730.3152
Hunter Lab58.638332.657010.4290
CIE-Lab65.266637.78259.5675

#e2838f color RGB value is (226,131,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000011 10001111
Octal 342 203 217
Decimal 226 131 143
Hex E2 83 8F

RGB Percentages of Color #e2838f

%45.20
%26.20
%28.60

CMYK Percentages of Color #e2838f

%0
%42
%37
%11

Triadic Colors of #e2838f

#e2838f #8fe283 #838fe2

Analogous Colors of #e2838f

#e2838f #e2a783 #e283bf

Monochromatic Colors of #e2838f

#e2838f

Complementary Color

#e2838f #83e2d6

#e2838f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2838f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2838f Color CSS Codes

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

#e2838f Text Font Color

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

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


#e2838f Background Color

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

This div background color is #e2838f


#e2838f Border Color

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

This div border color is #e2838f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2838f


Comments

No comments written yet.

Please login to write comment.