Color Hex Logo

#e42561 Color Hex

#E42561
(228,37,97)
0 Favorites   0 Comments

Color spaces of #e42561

RGB 2283797
HSL0.950.780.52
HSV341°84°89°
CMYK 0.000.840.57   0.11
XYZ34.814118.680213.0800
Yxy18.68020.52290.2806
Hunter Lab43.220668.145312.3113
CIE-Lab50.310971.923715.6454

#e42561 color RGB value is (228,37,97).

#e42561 hex color red value is 228, green value is 37 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #e42561 hue: 0.95 , saturation: 0.78 and the lightness value of e42561 is 0.52.

The process color (four color CMYK) of #e42561 color hex is 0.00, 0.84, 0.57, 0.11. Web safe color of #e42561 is #cc3366. Color #e42561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100101 01100001
Octal 344 45 141
Decimal 228 37 97
Hex E4 25 61

RGB Percentages of Color #e42561

%62.98
%10.22
%26.80

CMYK Percentages of Color #e42561

%0
%84
%57
%11

Triadic Colors of #e42561

#e42561 #61e425 #2561e4

Analogous Colors of #e42561

#e42561 #e44925 #e425c1

Monochromatic Colors of #e42561

#e42561

Complementary Color

#e42561 #25e4a8

#e42561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42561 Color CSS Codes

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

#e42561 Text Font Color

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

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


#e42561 Background Color

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

This div background color is #e42561


#e42561 Border Color

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

This div border color is #e42561


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,37,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e42561; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e42561;
  -webkit-box-shadow: 1px 1px 3px 2px #e42561;
  box-shadow:         1px 1px 3px 2px #e42561; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,37,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42561


Comments

No comments written yet.

Please login to write comment.