Color Hex Logo

#ef32aa Color Hex

#EF32AA
(239,50,170)
0 Favorites   0 Comments

Color spaces of #ef32aa

RGB 23950170
HSL0.890.860.57
HSV322°79°94°
CMYK 0.000.790.29   0.06
XYZ43.992923.534240.2541
Yxy23.53420.40820.2184
Hunter Lab48.512176.9757-15.2389
CIE-Lab55.618478.0689-20.0624

#ef32aa color RGB value is (239,50,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110010 10101010
Octal 357 62 252
Decimal 239 50 170
Hex EF 32 AA

RGB Percentages of Color #ef32aa

%52.07
%10.89
%37.04

CMYK Percentages of Color #ef32aa

%0
%79
%29
%6

Triadic Colors of #ef32aa

#ef32aa #aaef32 #32aaef

Analogous Colors of #ef32aa

#ef32aa #ef324c #d632ef

Monochromatic Colors of #ef32aa

#ef32aa

Complementary Color

#ef32aa #32ef77

#ef32aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef32aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef32aa Color CSS Codes

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

#ef32aa Text Font Color

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

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


#ef32aa Background Color

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

This div background color is #ef32aa


#ef32aa Border Color

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

This div border color is #ef32aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef32aa


Comments

No comments written yet.

Please login to write comment.