Color Hex Logo

#e13859 Color Hex

#E13859
(225,56,89)
0 Favorites   0 Comments

Color spaces of #e13859

RGB 2255689
HSL0.970.740.55
HSV348°75°88°
CMYK 0.000.750.60   0.12
XYZ34.268719.557211.4199
Yxy19.55720.52520.2997
Hunter Lab44.223560.928015.6459
CIE-Lab51.332865.640921.7725

#e13859 color RGB value is (225,56,89).

#e13859 hex color red value is 225, green value is 56 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #e13859 hue: 0.97 , saturation: 0.74 and the lightness value of e13859 is 0.55.

The process color (four color CMYK) of #e13859 color hex is 0.00, 0.75, 0.60, 0.12. Web safe color of #e13859 is #cc3366. Color #e13859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111000 01011001
Octal 341 70 131
Decimal 225 56 89
Hex E1 38 59

RGB Percentages of Color #e13859

%60.81
%15.14
%24.05

CMYK Percentages of Color #e13859

%0
%75
%60
%12

Triadic Colors of #e13859

#e13859 #59e138 #3859e1

Analogous Colors of #e13859

#e13859 #e16c38 #e138ae

Monochromatic Colors of #e13859

#e13859

Complementary Color

#e13859 #38e1c0

#e13859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13859 Color CSS Codes

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

#e13859 Text Font Color

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

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


#e13859 Background Color

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

This div background color is #e13859


#e13859 Border Color

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

This div border color is #e13859


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,56,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13859


Comments

No comments written yet.

Please login to write comment.