Color Hex Logo

#ee397d Color Hex

#EE397D
(238,57,125)
0 Favorites   0 Comments

Color spaces of #ee397d

RGB 23857125
HSL0.940.840.58
HSV337°76°93°
CMYK 0.000.760.47   0.07
XYZ40.424722.584121.6306
Yxy22.58410.47760.2668
Hunter Lab47.522768.67436.2793
CIE-Lab54.641371.52735.0967

#ee397d color RGB value is (238,57,125).

#ee397d hex color red value is 238, green value is 57 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ee397d hue: 0.94 , saturation: 0.84 and the lightness value of ee397d is 0.58.

The process color (four color CMYK) of #ee397d color hex is 0.00, 0.76, 0.47, 0.07. Web safe color of #ee397d is #ff3366. Color #ee397d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111001 01111101
Octal 356 71 175
Decimal 238 57 125
Hex EE 39 7D

RGB Percentages of Color #ee397d

%56.67
%13.57
%29.76

CMYK Percentages of Color #ee397d

%0
%76
%47
%7

Triadic Colors of #ee397d

#ee397d #7dee39 #397dee

Analogous Colors of #ee397d

#ee397d #ee5039 #ee39d8

Monochromatic Colors of #ee397d

#ee397d

Complementary Color

#ee397d #39eeaa

#ee397d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee397d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee397d Color CSS Codes

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

#ee397d Text Font Color

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

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


#ee397d Background Color

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

This div background color is #ee397d


#ee397d Border Color

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

This div border color is #ee397d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee397d


Comments

No comments written yet.

Please login to write comment.