Color Hex Logo

#e2525f Color Hex

#E2525F
(226,82,95)
0 Favorites   0 Comments

Color spaces of #e2525f

RGB 2268295
HSL0.980.710.60
HSV355°64°89°
CMYK 0.000.640.58   0.11
XYZ36.446923.029613.3507
Yxy23.02960.50050.3162
Hunter Lab47.989251.586517.0978
CIE-Lab55.102856.776623.2311

#e2525f color RGB value is (226,82,95).

#e2525f hex color red value is 226, green value is 82 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e2525f hue: 0.98 , saturation: 0.71 and the lightness value of e2525f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010010 01011111
Octal 342 122 137
Decimal 226 82 95
Hex E2 52 5F

RGB Percentages of Color #e2525f

%56.08
%20.35
%23.57

CMYK Percentages of Color #e2525f

%0
%64
%58
%11

Triadic Colors of #e2525f

#e2525f #5fe252 #525fe2

Analogous Colors of #e2525f

#e2525f #e28d52 #e252a7

Monochromatic Colors of #e2525f

#e2525f

Complementary Color

#e2525f #52e2d5

#e2525f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2525f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2525f Color CSS Codes

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

#e2525f Text Font Color

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

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


#e2525f Background Color

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

This div background color is #e2525f


#e2525f Border Color

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

This div border color is #e2525f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2525f


Comments

No comments written yet.

Please login to write comment.