Color Hex Logo

#e537de Color Hex

#E537DE
(229,55,222)
0 Favorites   0 Comments

Color spaces of #e537de

RGB 22955222
HSL0.840.770.56
HSV302°76°90°
CMYK 0.000.760.03   0.10
XYZ46.864124.664371.3979
Yxy24.66430.32790.1726
Hunter Lab49.663281.5290-50.4736
CIE-Lab56.746981.4422-48.3298

#e537de color RGB value is (229,55,222).

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

The process color (four color CMYK) of #e537de color hex is 0.00, 0.76, 0.03, 0.10. Web safe color of #e537de is #cc33cc. Color #e537de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110111 11011110
Octal 345 67 336
Decimal 229 55 222
Hex E5 37 DE

RGB Percentages of Color #e537de

%45.26
%10.87
%43.87

CMYK Percentages of Color #e537de

%0
%76
%3
%10

Triadic Colors of #e537de

#e537de #dee537 #37dee5

Analogous Colors of #e537de

#e537de #e53787 #9537e5

Monochromatic Colors of #e537de

#e537de

Complementary Color

#e537de #37e53e

#e537de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e537de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e537de Color CSS Codes

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

#e537de Text Font Color

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

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


#e537de Background Color

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

This div background color is #e537de


#e537de Border Color

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

This div border color is #e537de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e537de


Comments

No comments written yet.

Please login to write comment.