Color Hex Logo

#ef44aa Color Hex

#EF44AA
(239,68,170)
0 Favorites   0 Comments

Color spaces of #ef44aa

RGB 23968170
HSL0.900.840.60
HSV324°72°94°
CMYK 0.000.720.29   0.06
XYZ44.919425.387240.5629
Yxy25.38720.40520.2290
Hunter Lab50.385770.9597-12.4613
CIE-Lab57.450872.8670-17.2692

#ef44aa color RGB value is (239,68,170).

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

The process color (four color CMYK) of #ef44aa color hex is 0.00, 0.72, 0.29, 0.06. Web safe color of #ef44aa is #ff3399. Color #ef44aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000100 10101010
Octal 357 104 252
Decimal 239 68 170
Hex EF 44 AA

RGB Percentages of Color #ef44aa

%50.10
%14.26
%35.64

CMYK Percentages of Color #ef44aa

%0
%72
%29
%6

Triadic Colors of #ef44aa

#ef44aa #aaef44 #44aaef

Analogous Colors of #ef44aa

#ef44aa #ef4454 #df44ef

Monochromatic Colors of #ef44aa

#ef44aa

Complementary Color

#ef44aa #44ef89

#ef44aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef44aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef44aa Color CSS Codes

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

#ef44aa Text Font Color

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

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


#ef44aa Background Color

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

This div background color is #ef44aa


#ef44aa Border Color

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

This div border color is #ef44aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef44aa


Comments

No comments written yet.

Please login to write comment.