Color Hex Logo

#e53161 Color Hex

#E53161
(229,49,97)
0 Favorites   0 Comments

Color spaces of #e53161

RGB 2294997
HSL0.960.780.55
HSV344°79°90°
CMYK 0.000.790.58   0.10
XYZ35.569119.717713.2405
Yxy19.71770.51910.2877
Hunter Lab44.404665.274413.4042
CIE-Lab51.516569.294817.3220

#e53161 color RGB value is (229,49,97).

#e53161 hex color red value is 229, green value is 49 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #e53161 hue: 0.96 , saturation: 0.78 and the lightness value of e53161 is 0.55.

The process color (four color CMYK) of #e53161 color hex is 0.00, 0.79, 0.58, 0.10. Web safe color of #e53161 is #cc3366. Color #e53161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110001 01100001
Octal 345 61 141
Decimal 229 49 97
Hex E5 31 61

RGB Percentages of Color #e53161

%61.07
%13.07
%25.87

CMYK Percentages of Color #e53161

%0
%79
%58
%10

Triadic Colors of #e53161

#e53161 #61e531 #3161e5

Analogous Colors of #e53161

#e53161 #e55b31 #e531bb

Monochromatic Colors of #e53161

#e53161

Complementary Color

#e53161 #31e5b5

#e53161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53161 Color CSS Codes

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

#e53161 Text Font Color

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

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


#e53161 Background Color

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

This div background color is #e53161


#e53161 Border Color

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

This div border color is #e53161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53161


Comments

No comments written yet.

Please login to write comment.