Color Hex Logo

#ee517d Color Hex

#EE517D
(238,81,125)
0 Favorites   0 Comments

Color spaces of #ee517d

RGB 23881125
HSL0.950.820.63
HSV343°66°93°
CMYK 0.000.660.47   0.07
XYZ41.904025.542722.1237
Yxy25.54270.46780.2852
Hunter Lab50.539859.55499.4238
CIE-Lab57.600463.30459.3184

#ee517d color RGB value is (238,81,125).

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

The process color (four color CMYK) of #ee517d color hex is 0.00, 0.66, 0.47, 0.07. Web safe color of #ee517d is #ff6666. Color #ee517d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010001 01111101
Octal 356 121 175
Decimal 238 81 125
Hex EE 51 7D

RGB Percentages of Color #ee517d

%53.60
%18.24
%28.15

CMYK Percentages of Color #ee517d

%0
%66
%47
%7

Triadic Colors of #ee517d

#ee517d #7dee51 #517dee

Analogous Colors of #ee517d

#ee517d #ee7451 #ee51cc

Monochromatic Colors of #ee517d

#ee517d

Complementary Color

#ee517d #51eec2

#ee517d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee517d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee517d Color CSS Codes

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

#ee517d Text Font Color

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

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


#ee517d Background Color

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

This div background color is #ee517d


#ee517d Border Color

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

This div border color is #ee517d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee517d


Comments

No comments written yet.

Please login to write comment.