Color Hex Logo

#ee597d Color Hex

#EE597D
(238,89,125)
0 Favorites   0 Comments

Color spaces of #ee597d

RGB 23889125
HSL0.960.810.64
HSV346°63°93°
CMYK 0.000.630.47   0.07
XYZ42.533926.802622.3337
Yxy26.80260.46400.2924
Hunter Lab51.771256.051310.6626
CIE-Lab58.791260.069211.0006

#ee597d color RGB value is (238,89,125).

#ee597d hex color red value is 238, green value is 89 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ee597d hue: 0.96 , saturation: 0.81 and the lightness value of ee597d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011001 01111101
Octal 356 131 175
Decimal 238 89 125
Hex EE 59 7D

RGB Percentages of Color #ee597d

%52.65
%19.69
%27.65

CMYK Percentages of Color #ee597d

%0
%63
%47
%7

Triadic Colors of #ee597d

#ee597d #7dee59 #597dee

Analogous Colors of #ee597d

#ee597d #ee8059 #ee59c8

Monochromatic Colors of #ee597d

#ee597d

Complementary Color

#ee597d #59eeca

#ee597d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee597d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee597d Color CSS Codes

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

#ee597d Text Font Color

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

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


#ee597d Background Color

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

This div background color is #ee597d


#ee597d Border Color

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

This div border color is #ee597d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee597d


Comments

No comments written yet.

Please login to write comment.