Color Hex Logo

#ee56ed Color Hex

#EE56ED
(238,86,237)
0 Favorites   0 Comments

Color spaces of #ee56ed

RGB 23886237
HSL0.830.820.64
HSV300°64°93°
CMYK 0.000.640.00   0.07
XYZ53.873730.947183.2547
Yxy30.94710.32050.1841
Hunter Lab55.630175.5115-49.7909
CIE-Lab62.463075.5903-47.6047

#ee56ed color RGB value is (238,86,237).

#ee56ed hex color red value is 238, green value is 86 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ee56ed hue: 0.83 , saturation: 0.82 and the lightness value of ee56ed is 0.64.

The process color (four color CMYK) of #ee56ed color hex is 0.00, 0.64, 0.00, 0.07. Web safe color of #ee56ed is #ff66ff. Color #ee56ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010110 11101101
Octal 356 126 355
Decimal 238 86 237
Hex EE 56 ED

RGB Percentages of Color #ee56ed

%42.42
%15.33
%42.25

CMYK Percentages of Color #ee56ed

%0
%64
%0
%7

Triadic Colors of #ee56ed

#ee56ed #edee56 #56edee

Analogous Colors of #ee56ed

#ee56ed #ee56a1 #a356ee

Monochromatic Colors of #ee56ed

#ee56ed

Complementary Color

#ee56ed #56ee57

#ee56ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee56ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee56ed Color CSS Codes

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

#ee56ed Text Font Color

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

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


#ee56ed Background Color

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

This div background color is #ee56ed


#ee56ed Border Color

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

This div border color is #ee56ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,86,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee56ed


Comments

No comments written yet.

Please login to write comment.