Color Hex Logo

#ee388a Color Hex

#EE388A
(238,56,138)
0 Favorites   0 Comments

Color spaces of #ee388a

RGB 23856138
HSL0.920.840.58
HSV333°76°93°
CMYK 0.000.760.42   0.07
XYZ41.261522.840526.2787
Yxy22.84050.45650.2527
Hunter Lab47.791770.47430.8531
CIE-Lab54.907772.9562-2.2670

#ee388a color RGB value is (238,56,138).

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

The process color (four color CMYK) of #ee388a color hex is 0.00, 0.76, 0.42, 0.07. Web safe color of #ee388a is #ff3399. Color #ee388a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111000 10001010
Octal 356 70 212
Decimal 238 56 138
Hex EE 38 8A

RGB Percentages of Color #ee388a

%55.09
%12.96
%31.94

CMYK Percentages of Color #ee388a

%0
%76
%42
%7

Triadic Colors of #ee388a

#ee388a #8aee38 #388aee

Analogous Colors of #ee388a

#ee388a #ee4138 #ee38e5

Monochromatic Colors of #ee388a

#ee388a

Complementary Color

#ee388a #38ee9c

#ee388a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee388a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee388a Color CSS Codes

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

#ee388a Text Font Color

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

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


#ee388a Background Color

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

This div background color is #ee388a


#ee388a Border Color

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

This div border color is #ee388a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee388a


Comments

No comments written yet.

Please login to write comment.