Color Hex Logo

#ee3faa Color Hex

#EE3FAA
(238,63,170)
0 Favorites   0 Comments

Color spaces of #ee3faa

RGB 23863170
HSL0.900.840.59
HSV323°74°93°
CMYK 0.000.740.29   0.07
XYZ44.293124.634440.4506
Yxy24.63440.40500.2252
Hunter Lab49.633172.4376-13.5778
CIE-Lab56.717574.2092-18.4006

#ee3faa color RGB value is (238,63,170).

#ee3faa hex color red value is 238, green value is 63 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ee3faa hue: 0.90 , saturation: 0.84 and the lightness value of ee3faa is 0.59.

The process color (four color CMYK) of #ee3faa color hex is 0.00, 0.74, 0.29, 0.07. Web safe color of #ee3faa is #ff3399. Color #ee3faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111111 10101010
Octal 356 77 252
Decimal 238 63 170
Hex EE 3F AA

RGB Percentages of Color #ee3faa

%50.53
%13.38
%36.09

CMYK Percentages of Color #ee3faa

%0
%74
%29
%7

Triadic Colors of #ee3faa

#ee3faa #aaee3f #3faaee

Analogous Colors of #ee3faa

#ee3faa #ee3f52 #db3fee

Monochromatic Colors of #ee3faa

#ee3faa

Complementary Color

#ee3faa #3fee83

#ee3faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee3faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee3faa Color CSS Codes

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

#ee3faa Text Font Color

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

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


#ee3faa Background Color

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

This div background color is #ee3faa


#ee3faa Border Color

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

This div border color is #ee3faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee3faa


Comments

No comments written yet.

Please login to write comment.