Color Hex Logo

#e2535e Color Hex

#E2535E
(226,83,94)
0 Favorites   0 Comments

Color spaces of #e2535e

RGB 2268394
HSL0.990.710.61
HSV355°63°89°
CMYK 0.000.630.58   0.11
XYZ36.477723.163413.1381
Yxy23.16340.50120.3183
Hunter Lab48.128451.065017.5049
CIE-Lab55.240256.286523.9983

#e2535e color RGB value is (226,83,94).

#e2535e hex color red value is 226, green value is 83 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e2535e hue: 0.99 , saturation: 0.71 and the lightness value of e2535e is 0.61.

The process color (four color CMYK) of #e2535e color hex is 0.00, 0.63, 0.58, 0.11. Web safe color of #e2535e is #cc6666. Color #e2535e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010011 01011110
Octal 342 123 136
Decimal 226 83 94
Hex E2 53 5E

RGB Percentages of Color #e2535e

%56.08
%20.60
%23.33

CMYK Percentages of Color #e2535e

%0
%63
%58
%11

Triadic Colors of #e2535e

#e2535e #5ee253 #535ee2

Analogous Colors of #e2535e

#e2535e #e29053 #e253a6

Monochromatic Colors of #e2535e

#e2535e

Complementary Color

#e2535e #53e2d7

#e2535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2535e Color CSS Codes

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

#e2535e Text Font Color

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

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


#e2535e Background Color

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

This div background color is #e2535e


#e2535e Border Color

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

This div border color is #e2535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2535e


Comments

No comments written yet.

Please login to write comment.