Color Hex Logo

#e5538d Color Hex

#E5538D
(229,83,141)
0 Favorites   0 Comments

Color spaces of #e5538d

RGB 22983141
HSL0.930.740.61
HSV336°64°90°
CMYK 0.000.640.38   0.10
XYZ40.214124.767627.8604
Yxy24.76760.43310.2668
Hunter Lab49.767157.14401.6454
CIE-Lab56.848361.3605-1.3709

#e5538d color RGB value is (229,83,141).

#e5538d hex color red value is 229, green value is 83 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #e5538d hue: 0.93 , saturation: 0.74 and the lightness value of e5538d is 0.61.

The process color (four color CMYK) of #e5538d color hex is 0.00, 0.64, 0.38, 0.10. Web safe color of #e5538d is #cc6699. Color #e5538d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010011 10001101
Octal 345 123 215
Decimal 229 83 141
Hex E5 53 8D

RGB Percentages of Color #e5538d

%50.55
%18.32
%31.13

CMYK Percentages of Color #e5538d

%0
%64
%38
%10

Triadic Colors of #e5538d

#e5538d #8de553 #538de5

Analogous Colors of #e5538d

#e5538d #e56253 #e553d6

Monochromatic Colors of #e5538d

#e5538d

Complementary Color

#e5538d #53e5ab

#e5538d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5538d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5538d Color CSS Codes

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

#e5538d Text Font Color

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

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


#e5538d Background Color

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

This div background color is #e5538d


#e5538d Border Color

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

This div border color is #e5538d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5538d


Comments

No comments written yet.

Please login to write comment.