Color Hex Logo

#e1525e Color Hex

#E1525E
(225,82,94)
0 Favorites   0 Comments

Color spaces of #e1525e

RGB 2258294
HSL0.990.700.60
HSV355°64°88°
CMYK 0.000.640.58   0.12
XYZ36.089022.850313.0981
Yxy22.85030.50100.3172
Hunter Lab47.802051.108417.2155
CIE-Lab54.917856.381123.5428

#e1525e color RGB value is (225,82,94).

#e1525e hex color red value is 225, green value is 82 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e1525e hue: 0.99 , saturation: 0.70 and the lightness value of e1525e is 0.60.

The process color (four color CMYK) of #e1525e color hex is 0.00, 0.64, 0.58, 0.12. Web safe color of #e1525e is #cc6666. Color #e1525e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010010 01011110
Octal 341 122 136
Decimal 225 82 94
Hex E1 52 5E

RGB Percentages of Color #e1525e

%56.11
%20.45
%23.44

CMYK Percentages of Color #e1525e

%0
%64
%58
%12

Triadic Colors of #e1525e

#e1525e #5ee152 #525ee1

Analogous Colors of #e1525e

#e1525e #e18e52 #e152a6

Monochromatic Colors of #e1525e

#e1525e

Complementary Color

#e1525e #52e1d5

#e1525e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1525e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1525e Color CSS Codes

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

#e1525e Text Font Color

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

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


#e1525e Background Color

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

This div background color is #e1525e


#e1525e Border Color

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

This div border color is #e1525e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,82,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 #e1525e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1525e


Comments

No comments written yet.

Please login to write comment.