Color Hex Logo

#ee318c Color Hex

#EE318C
(238,49,140)
0 Favorites   0 Comments

Color spaces of #ee318c

RGB 23849140
HSL0.920.850.56
HSV331°79°93°
CMYK 0.000.790.41   0.07
XYZ41.091822.267226.9432
Yxy22.26720.45500.2466
Hunter Lab47.188172.8600-0.8214
CIE-Lab54.309475.0153-4.3394

#ee318c color RGB value is (238,49,140).

#ee318c hex color red value is 238, green value is 49 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ee318c hue: 0.92 , saturation: 0.85 and the lightness value of ee318c is 0.56.

The process color (four color CMYK) of #ee318c color hex is 0.00, 0.79, 0.41, 0.07. Web safe color of #ee318c is #ff3399. Color #ee318c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110001 10001100
Octal 356 61 214
Decimal 238 49 140
Hex EE 31 8C

RGB Percentages of Color #ee318c

%55.74
%11.48
%32.79

CMYK Percentages of Color #ee318c

%0
%79
%41
%7

Triadic Colors of #ee318c

#ee318c #8cee31 #318cee

Analogous Colors of #ee318c

#ee318c #ee3431 #ee31eb

Monochromatic Colors of #ee318c

#ee318c

Complementary Color

#ee318c #31ee93

#ee318c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee318c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee318c Color CSS Codes

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

#ee318c Text Font Color

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

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


#ee318c Background Color

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

This div background color is #ee318c


#ee318c Border Color

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

This div border color is #ee318c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee318c


Comments

No comments written yet.

Please login to write comment.