Color Hex Logo

#ef50aa Color Hex

#EF50AA
(239,80,170)
0 Favorites   0 Comments

Color spaces of #ef50aa

RGB 23980170
HSL0.910.830.63
HSV326°67°94°
CMYK 0.000.670.29   0.06
XYZ45.721026.990340.8301
Yxy26.99030.40270.2377
Hunter Lab51.952266.1742-10.2305
CIE-Lab58.965368.6416-14.9732

#ef50aa color RGB value is (239,80,170).

#ef50aa hex color red value is 239, green value is 80 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ef50aa hue: 0.91 , saturation: 0.83 and the lightness value of ef50aa is 0.63.

The process color (four color CMYK) of #ef50aa color hex is 0.00, 0.67, 0.29, 0.06. Web safe color of #ef50aa is #ff6699. Color #ef50aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010000 10101010
Octal 357 120 252
Decimal 239 80 170
Hex EF 50 AA

RGB Percentages of Color #ef50aa

%48.88
%16.36
%34.76

CMYK Percentages of Color #ef50aa

%0
%67
%29
%6

Triadic Colors of #ef50aa

#ef50aa #aaef50 #50aaef

Analogous Colors of #ef50aa

#ef50aa #ef505b #e550ef

Monochromatic Colors of #ef50aa

#ef50aa

Complementary Color

#ef50aa #50ef95

#ef50aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef50aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef50aa Color CSS Codes

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

#ef50aa Text Font Color

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

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


#ef50aa Background Color

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

This div background color is #ef50aa


#ef50aa Border Color

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

This div border color is #ef50aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef50aa


Comments

No comments written yet.

Please login to write comment.