Color Hex Logo

#e21d5f Color Hex

#E21D5F
(226,29,95)
0 Favorites   0 Comments

Color spaces of #e21d5f

RGB 2262995
HSL0.940.770.50
HSV340°87°89°
CMYK 0.000.870.58   0.11
XYZ33.869017.873712.4913
Yxy17.87370.52730.2783
Hunter Lab42.277369.013812.0762
CIE-Lab49.342672.830715.4791

#e21d5f color RGB value is (226,29,95).

#e21d5f hex color red value is 226, green value is 29 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e21d5f hue: 0.94 , saturation: 0.77 and the lightness value of e21d5f is 0.50.

The process color (four color CMYK) of #e21d5f color hex is 0.00, 0.87, 0.58, 0.11. Web safe color of #e21d5f is #cc3366. Color #e21d5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011101 01011111
Octal 342 35 137
Decimal 226 29 95
Hex E2 1D 5F

RGB Percentages of Color #e21d5f

%64.57
%8.29
%27.14

CMYK Percentages of Color #e21d5f

%0
%87
%58
%11

Triadic Colors of #e21d5f

#e21d5f #5fe21d #1d5fe2

Analogous Colors of #e21d5f

#e21d5f #e23e1d #e21dc2

Monochromatic Colors of #e21d5f

#e21d5f

Complementary Color

#e21d5f #1de2a0

#e21d5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21d5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21d5f Color CSS Codes

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

#e21d5f Text Font Color

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

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


#e21d5f Background Color

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

This div background color is #e21d5f


#e21d5f Border Color

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

This div border color is #e21d5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21d5f


Comments

No comments written yet.

Please login to write comment.