Color Hex Logo

#ee388f Color Hex

#EE388F
(238,56,143)
0 Favorites   0 Comments

Color spaces of #ee388f

RGB 23856143
HSL0.920.840.58
HSV331°76°93°
CMYK 0.000.760.40   0.07
XYZ41.632022.988728.2296
Yxy22.98870.44840.2476
Hunter Lab47.946571.0852-1.3457
CIE-Lab55.060773.4264-5.0113

#ee388f color RGB value is (238,56,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111000 10001111
Octal 356 70 217
Decimal 238 56 143
Hex EE 38 8F

RGB Percentages of Color #ee388f

%54.46
%12.81
%32.72

CMYK Percentages of Color #ee388f

%0
%76
%40
%7

Triadic Colors of #ee388f

#ee388f #8fee38 #388fee

Analogous Colors of #ee388f

#ee388f #ee3c38 #ee38ea

Monochromatic Colors of #ee388f

#ee388f

Complementary Color

#ee388f #38ee97

#ee388f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee388f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee388f Color CSS Codes

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

#ee388f Text Font Color

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

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


#ee388f Background Color

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

This div background color is #ee388f


#ee388f Border Color

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

This div border color is #ee388f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee388f


Comments

No comments written yet.

Please login to write comment.