Color Hex Logo

#ef5aaa Color Hex

#EF5AAA
(239,90,170)
0 Favorites   0 Comments

Color spaces of #ef5aaa

RGB 23990170
HSL0.910.820.65
HSV328°62°94°
CMYK 0.000.620.29   0.06
XYZ46.508528.565341.0926
Yxy28.56530.40040.2459
Hunter Lab53.446561.7971-8.1728
CIE-Lab60.396164.7113-12.8148

#ef5aaa color RGB value is (239,90,170).

#ef5aaa hex color red value is 239, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ef5aaa hue: 0.91 , saturation: 0.82 and the lightness value of ef5aaa is 0.65.

The process color (four color CMYK) of #ef5aaa color hex is 0.00, 0.62, 0.29, 0.06. Web safe color of #ef5aaa is #ff6699. Color #ef5aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011010 10101010
Octal 357 132 252
Decimal 239 90 170
Hex EF 5A AA

RGB Percentages of Color #ef5aaa

%47.90
%18.04
%34.07

CMYK Percentages of Color #ef5aaa

%0
%62
%29
%6

Triadic Colors of #ef5aaa

#ef5aaa #aaef5a #5aaaef

Analogous Colors of #ef5aaa

#ef5aaa #ef5a60 #ea5aef

Monochromatic Colors of #ef5aaa

#ef5aaa

Complementary Color

#ef5aaa #5aef9f

#ef5aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5aaa Color CSS Codes

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

#ef5aaa Text Font Color

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

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


#ef5aaa Background Color

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

This div background color is #ef5aaa


#ef5aaa Border Color

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

This div border color is #ef5aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,90,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 #ef5aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5aaa


Comments

No comments written yet.

Please login to write comment.