Color Hex Logo

#ee1fac Color Hex

#EE1FAC
(238,31,172)
0 Favorites   0 Comments

Color spaces of #ee1fac

RGB 23831172
HSL0.890.860.53
HSV319°87°93°
CMYK 0.000.870.28   0.07
XYZ43.196322.135741.0256
Yxy22.13570.40610.2081
Hunter Lab47.048681.5496-18.7659
CIE-Lab54.170781.9602-23.4696

#ee1fac color RGB value is (238,31,172).

#ee1fac hex color red value is 238, green value is 31 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ee1fac hue: 0.89 , saturation: 0.86 and the lightness value of ee1fac is 0.53.

The process color (four color CMYK) of #ee1fac color hex is 0.00, 0.87, 0.28, 0.07. Web safe color of #ee1fac is #ff3399. Color #ee1fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011111 10101100
Octal 356 37 254
Decimal 238 31 172
Hex EE 1F AC

RGB Percentages of Color #ee1fac

%53.97
%7.03
%39.00

CMYK Percentages of Color #ee1fac

%0
%87
%28
%7

Triadic Colors of #ee1fac

#ee1fac #acee1f #1facee

Analogous Colors of #ee1fac

#ee1fac #ee1f45 #c91fee

Monochromatic Colors of #ee1fac

#ee1fac

Complementary Color

#ee1fac #1fee61

#ee1fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee1fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee1fac Color CSS Codes

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

#ee1fac Text Font Color

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

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


#ee1fac Background Color

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

This div background color is #ee1fac


#ee1fac Border Color

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

This div border color is #ee1fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee1fac


Comments

No comments written yet.

Please login to write comment.