Color Hex Logo

#e53861 Color Hex

#E53861
(229,56,97)
0 Favorites   0 Comments

Color spaces of #e53861

RGB 2295697
HSL0.960.770.56
HSV346°76°90°
CMYK 0.000.760.58   0.10
XYZ35.884920.349413.3457
Yxy20.34940.51570.2925
Hunter Lab45.110363.052314.0365
CIE-Lab52.230067.282818.2903

#e53861 color RGB value is (229,56,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111000 01100001
Octal 345 70 141
Decimal 229 56 97
Hex E5 38 61

RGB Percentages of Color #e53861

%59.95
%14.66
%25.39

CMYK Percentages of Color #e53861

%0
%76
%58
%10

Triadic Colors of #e53861

#e53861 #61e538 #3861e5

Analogous Colors of #e53861

#e53861 #e56638 #e538b8

Monochromatic Colors of #e53861

#e53861

Complementary Color

#e53861 #38e5bc

#e53861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53861 Color CSS Codes

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

#e53861 Text Font Color

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

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


#e53861 Background Color

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

This div background color is #e53861


#e53861 Border Color

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

This div border color is #e53861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53861


Comments

No comments written yet.

Please login to write comment.