Color Hex Logo

#e04561 Color Hex

#E04561
(224,69,97)
0 Favorites   0 Comments

Color spaces of #e04561

RGB 2246997
HSL0.970.710.57
HSV349°69°88°
CMYK 0.000.690.57   0.12
XYZ35.026320.966613.5101
Yxy20.96660.50400.3017
Hunter Lab45.789356.411414.5590
CIE-Lab52.912961.433619.0616

#e04561 color RGB value is (224,69,97).

#e04561 hex color red value is 224, green value is 69 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #e04561 hue: 0.97 , saturation: 0.71 and the lightness value of e04561 is 0.57.

The process color (four color CMYK) of #e04561 color hex is 0.00, 0.69, 0.57, 0.12. Web safe color of #e04561 is #cc3366. Color #e04561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000101 01100001
Octal 340 105 141
Decimal 224 69 97
Hex E0 45 61

RGB Percentages of Color #e04561

%57.44
%17.69
%24.87

CMYK Percentages of Color #e04561

%0
%69
%57
%12

Triadic Colors of #e04561

#e04561 #61e045 #4561e0

Analogous Colors of #e04561

#e04561 #e07745 #e045af

Monochromatic Colors of #e04561

#e04561

Complementary Color

#e04561 #45e0c4

#e04561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04561 Color CSS Codes

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

#e04561 Text Font Color

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

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


#e04561 Background Color

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

This div background color is #e04561


#e04561 Border Color

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

This div border color is #e04561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04561


Comments

No comments written yet.

Please login to write comment.