Color Hex Logo

#ef15aa Color Hex

#EF15AA
(239,21,170)
0 Favorites   0 Comments

Color spaces of #ef15aa

RGB 23921170
HSL0.890.870.51
HSV319°91°94°
CMYK 0.000.910.29   0.06
XYZ43.120521.789339.9633
Yxy21.78930.41120.2078
Hunter Lab46.679083.2040-18.0846
CIE-Lab53.802783.3212-22.8463

#ef15aa color RGB value is (239,21,170).

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

The process color (four color CMYK) of #ef15aa color hex is 0.00, 0.91, 0.29, 0.06. Web safe color of #ef15aa is #ff0099. Color #ef15aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010101 10101010
Octal 357 25 252
Decimal 239 21 170
Hex EF 15 AA

RGB Percentages of Color #ef15aa

%55.58
%4.88
%39.53

CMYK Percentages of Color #ef15aa

%0
%91
%29
%6

Triadic Colors of #ef15aa

#ef15aa #aaef15 #15aaef

Analogous Colors of #ef15aa

#ef15aa #ef153d #c715ef

Monochromatic Colors of #ef15aa

#ef15aa

Complementary Color

#ef15aa #15ef5a

#ef15aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef15aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef15aa Color CSS Codes

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

#ef15aa Text Font Color

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

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


#ef15aa Background Color

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

This div background color is #ef15aa


#ef15aa Border Color

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

This div border color is #ef15aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef15aa


Comments

No comments written yet.

Please login to write comment.