Color Hex Logo

#ef40aa Color Hex

#EF40AA
(239,64,170)
0 Favorites   0 Comments

Color spaces of #ef40aa

RGB 23964170
HSL0.900.850.59
HSV324°73°94°
CMYK 0.000.730.29   0.06
XYZ44.685724.919840.4850
Yxy24.91980.40590.2264
Hunter Lab49.919772.4249-13.1405
CIE-Lab56.997274.1454-17.9590

#ef40aa color RGB value is (239,64,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000000 10101010
Octal 357 100 252
Decimal 239 64 170
Hex EF 40 AA

RGB Percentages of Color #ef40aa

%50.53
%13.53
%35.94

CMYK Percentages of Color #ef40aa

%0
%73
%29
%6

Triadic Colors of #ef40aa

#ef40aa #aaef40 #40aaef

Analogous Colors of #ef40aa

#ef40aa #ef4052 #dd40ef

Monochromatic Colors of #ef40aa

#ef40aa

Complementary Color

#ef40aa #40ef85

#ef40aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef40aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef40aa Color CSS Codes

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

#ef40aa Text Font Color

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

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


#ef40aa Background Color

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

This div background color is #ef40aa


#ef40aa Border Color

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

This div border color is #ef40aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef40aa


Comments

No comments written yet.

Please login to write comment.