Color Hex Logo

#ee387a Color Hex

#EE387A
(238,56,122)
0 Favorites   0 Comments

Color spaces of #ee387a

RGB 23856122
HSL0.940.840.58
HSV338°76°93°
CMYK 0.000.760.49   0.07
XYZ40.186922.410620.6200
Yxy22.41060.48290.2693
Hunter Lab47.339868.68447.3127
CIE-Lab54.460071.57036.6305

#ee387a color RGB value is (238,56,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111000 01111010
Octal 356 70 172
Decimal 238 56 122
Hex EE 38 7A

RGB Percentages of Color #ee387a

%57.21
%13.46
%29.33

CMYK Percentages of Color #ee387a

%0
%76
%49
%7

Triadic Colors of #ee387a

#ee387a #7aee38 #387aee

Analogous Colors of #ee387a

#ee387a #ee5138 #ee38d5

Monochromatic Colors of #ee387a

#ee387a

Complementary Color

#ee387a #38eeac

#ee387a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee387a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee387a Color CSS Codes

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

#ee387a Text Font Color

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

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


#ee387a Background Color

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

This div background color is #ee387a


#ee387a Border Color

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

This div border color is #ee387a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee387a


Comments

No comments written yet.

Please login to write comment.