Color Hex Logo

#ee318d Color Hex

#EE318D
(238,49,141)
0 Favorites   0 Comments

Color spaces of #ee318d

RGB 23849141
HSL0.920.850.56
HSV331°79°93°
CMYK 0.000.790.41   0.07
XYZ41.165922.296927.3333
Yxy22.29690.45340.2456
Hunter Lab47.219672.9815-1.2666
CIE-Lab54.340675.1078-4.8886

#ee318d color RGB value is (238,49,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110001 10001101
Octal 356 61 215
Decimal 238 49 141
Hex EE 31 8D

RGB Percentages of Color #ee318d

%55.61
%11.45
%32.94

CMYK Percentages of Color #ee318d

%0
%79
%41
%7

Triadic Colors of #ee318d

#ee318d #8dee31 #318dee

Analogous Colors of #ee318d

#ee318d #ee3431 #ee31ec

Monochromatic Colors of #ee318d

#ee318d

Complementary Color

#ee318d #31ee92

#ee318d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee318d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee318d Color CSS Codes

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

#ee318d Text Font Color

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

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


#ee318d Background Color

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

This div background color is #ee318d


#ee318d Border Color

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

This div border color is #ee318d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee318d

#ee318d Color Palettes


Comments

No comments written yet.

Please login to write comment.