Color Hex Logo

#ef30aa Color Hex

#EF30AA
(239,48,170)
0 Favorites   0 Comments

Color spaces of #ef30aa

RGB 23948170
HSL0.890.860.56
HSV322°80°94°
CMYK 0.000.800.29   0.06
XYZ43.909323.366940.2262
Yxy23.36690.40840.2174
Hunter Lab48.339377.5477-15.5014
CIE-Lab55.448378.5570-20.3225

#ef30aa color RGB value is (239,48,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110000 10101010
Octal 357 60 252
Decimal 239 48 170
Hex EF 30 AA

RGB Percentages of Color #ef30aa

%52.30
%10.50
%37.20

CMYK Percentages of Color #ef30aa

%0
%80
%29
%6

Triadic Colors of #ef30aa

#ef30aa #aaef30 #30aaef

Analogous Colors of #ef30aa

#ef30aa #ef304b #d530ef

Monochromatic Colors of #ef30aa

#ef30aa

Complementary Color

#ef30aa #30ef75

#ef30aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef30aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef30aa Color CSS Codes

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

#ef30aa Text Font Color

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

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


#ef30aa Background Color

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

This div background color is #ef30aa


#ef30aa Border Color

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

This div border color is #ef30aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef30aa


Comments

No comments written yet.

Please login to write comment.