Color Hex Logo

#e5388f Color Hex

#E5388F
(229,56,143)
0 Favorites   0 Comments

Color spaces of #e5388f

RGB 22956143
HSL0.920.770.56
HSV330°76°90°
CMYK 0.000.760.38   0.10
XYZ38.685221.469528.0917
Yxy21.46950.43840.2433
Hunter Lab46.335267.9429-3.5112
CIE-Lab53.459671.1486-7.5639

#e5388f color RGB value is (229,56,143).

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

The process color (four color CMYK) of #e5388f color hex is 0.00, 0.76, 0.38, 0.10. Web safe color of #e5388f is #cc3399. Color #e5388f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111000 10001111
Octal 345 70 217
Decimal 229 56 143
Hex E5 38 8F

RGB Percentages of Color #e5388f

%53.50
%13.08
%33.41

CMYK Percentages of Color #e5388f

%0
%76
%38
%10

Triadic Colors of #e5388f

#e5388f #8fe538 #388fe5

Analogous Colors of #e5388f

#e5388f #e53838 #e538e5

Monochromatic Colors of #e5388f

#e5388f

Complementary Color

#e5388f #38e58e

#e5388f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5388f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5388f Color CSS Codes

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

#e5388f Text Font Color

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

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


#e5388f Background Color

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

This div background color is #e5388f


#e5388f Border Color

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

This div border color is #e5388f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5388f


Comments

No comments written yet.

Please login to write comment.