Color Hex Logo

#ee53de Color Hex

#EE53DE
(238,83,222)
0 Favorites   0 Comments

Color spaces of #ee53de

RGB 23883222
HSL0.850.820.63
HSV306°65°93°
CMYK 0.000.650.07   0.07
XYZ51.538029.637672.1115
Yxy29.63760.33620.1933
Hunter Lab54.440473.7127-40.4269
CIE-Lab61.340374.3609-40.9871

#ee53de color RGB value is (238,83,222).

#ee53de hex color red value is 238, green value is 83 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ee53de hue: 0.85 , saturation: 0.82 and the lightness value of ee53de is 0.63.

The process color (four color CMYK) of #ee53de color hex is 0.00, 0.65, 0.07, 0.07. Web safe color of #ee53de is #ff66cc. Color #ee53de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010011 11011110
Octal 356 123 336
Decimal 238 83 222
Hex EE 53 DE

RGB Percentages of Color #ee53de

%43.83
%15.29
%40.88

CMYK Percentages of Color #ee53de

%0
%65
%7
%7

Triadic Colors of #ee53de

#ee53de #deee53 #53deee

Analogous Colors of #ee53de

#ee53de #ee5391 #b153ee

Monochromatic Colors of #ee53de

#ee53de

Complementary Color

#ee53de #53ee63

#ee53de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee53de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee53de Color CSS Codes

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

#ee53de Text Font Color

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

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


#ee53de Background Color

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

This div background color is #ee53de


#ee53de Border Color

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

This div border color is #ee53de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee53de


Comments

No comments written yet.

Please login to write comment.