Color Hex Logo

#ee138e Color Hex

#EE138E
(238,19,142)
0 Favorites   0 Comments

Color spaces of #ee138e

RGB 23819142
HSL0.910.870.50
HSV326°92°93°
CMYK 0.000.920.40   0.07
XYZ40.375320.595927.4386
Yxy20.59590.45670.2330
Hunter Lab45.382779.3851-4.0791
CIE-Lab52.504480.5852-8.2163

#ee138e color RGB value is (238,19,142).

#ee138e hex color red value is 238, green value is 19 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ee138e hue: 0.91 , saturation: 0.87 and the lightness value of ee138e is 0.50.

The process color (four color CMYK) of #ee138e color hex is 0.00, 0.92, 0.40, 0.07. Web safe color of #ee138e is #ff0099. Color #ee138e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010011 10001110
Octal 356 23 216
Decimal 238 19 142
Hex EE 13 8E

RGB Percentages of Color #ee138e

%59.65
%4.76
%35.59

CMYK Percentages of Color #ee138e

%0
%92
%40
%7

Triadic Colors of #ee138e

#ee138e #8eee13 #138eee

Analogous Colors of #ee138e

#ee138e #ee1321 #e113ee

Monochromatic Colors of #ee138e

#ee138e

Complementary Color

#ee138e #13ee73

#ee138e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee138e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee138e Color CSS Codes

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

#ee138e Text Font Color

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

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


#ee138e Background Color

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

This div background color is #ee138e


#ee138e Border Color

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

This div border color is #ee138e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee138e


Comments

No comments written yet.

Please login to write comment.