Color Hex Logo

#ef31aa Color Hex

#EF31AA
(239,49,170)
0 Favorites   0 Comments

Color spaces of #ef31aa

RGB 23949170
HSL0.890.860.56
HSV322°79°94°
CMYK 0.000.790.29   0.06
XYZ43.950623.449640.2400
Yxy23.44960.40830.2179
Hunter Lab48.424877.2642-15.3714
CIE-Lab55.532578.3152-20.1938

#ef31aa color RGB value is (239,49,170).

#ef31aa hex color red value is 239, green value is 49 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ef31aa hue: 0.89 , saturation: 0.86 and the lightness value of ef31aa is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110001 10101010
Octal 357 61 252
Decimal 239 49 170
Hex EF 31 AA

RGB Percentages of Color #ef31aa

%52.18
%10.70
%37.12

CMYK Percentages of Color #ef31aa

%0
%79
%29
%6

Triadic Colors of #ef31aa

#ef31aa #aaef31 #31aaef

Analogous Colors of #ef31aa

#ef31aa #ef314b #d531ef

Monochromatic Colors of #ef31aa

#ef31aa

Complementary Color

#ef31aa #31ef76

#ef31aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef31aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef31aa Color CSS Codes

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

#ef31aa Text Font Color

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

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


#ef31aa Background Color

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

This div background color is #ef31aa


#ef31aa Border Color

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

This div border color is #ef31aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef31aa


Comments

No comments written yet.

Please login to write comment.