Color Hex Logo

#e1524b Color Hex

#E1524B
(225,82,75)
0 Favorites   0 Comments

Color spaces of #e1524b

RGB 2258275
HSL0.010.710.59
HSV67°88°
CMYK 0.000.640.67   0.12
XYZ35.338622.55019.1467
Yxy22.55010.52720.3364
Hunter Lab47.486949.733121.8207
CIE-Lab54.605955.198634.1422

#e1524b color RGB value is (225,82,75).

#e1524b hex color red value is 225, green value is 82 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #e1524b hue: 0.01 , saturation: 0.71 and the lightness value of e1524b is 0.59.

The process color (four color CMYK) of #e1524b color hex is 0.00, 0.64, 0.67, 0.12. Web safe color of #e1524b is #cc6633. Color #e1524b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010010 01001011
Octal 341 122 113
Decimal 225 82 75
Hex E1 52 4B

RGB Percentages of Color #e1524b

%58.90
%21.47
%19.63

CMYK Percentages of Color #e1524b

%0
%64
%67
%12

Triadic Colors of #e1524b

#e1524b #4be152 #524be1

Analogous Colors of #e1524b

#e1524b #e19d4b #e14b8f

Monochromatic Colors of #e1524b

#e1524b

Complementary Color

#e1524b #4bdae1

#e1524b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1524b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1524b Color CSS Codes

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

#e1524b Text Font Color

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

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


#e1524b Background Color

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

This div background color is #e1524b


#e1524b Border Color

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

This div border color is #e1524b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,82,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1524b


Comments

No comments written yet.

Please login to write comment.