Color Hex Logo

#e53661 Color Hex

#E53661
(229,54,97)
0 Favorites   0 Comments

Color spaces of #e53661

RGB 2295497
HSL0.960.770.55
HSV345°76°90°
CMYK 0.000.760.58   0.10
XYZ35.789920.159413.3141
Yxy20.15940.51670.2911
Hunter Lab44.899263.711613.8480
CIE-Lab52.017067.881818.0016

#e53661 color RGB value is (229,54,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110110 01100001
Octal 345 66 141
Decimal 229 54 97
Hex E5 36 61

RGB Percentages of Color #e53661

%60.26
%14.21
%25.53

CMYK Percentages of Color #e53661

%0
%76
%58
%10

Triadic Colors of #e53661

#e53661 #61e536 #3661e5

Analogous Colors of #e53661

#e53661 #e56336 #e536b9

Monochromatic Colors of #e53661

#e53661

Complementary Color

#e53661 #36e5ba

#e53661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53661 Color CSS Codes

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

#e53661 Text Font Color

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

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


#e53661 Background Color

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

This div background color is #e53661


#e53661 Border Color

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

This div border color is #e53661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53661


Comments

No comments written yet.

Please login to write comment.