Color Hex Logo

#ef41aa Color Hex

#EF41AA
(239,65,170)
0 Favorites   0 Comments

Color spaces of #ef41aa

RGB 23965170
HSL0.900.840.60
HSV324°73°94°
CMYK 0.000.730.29   0.06
XYZ44.742625.033640.5040
Yxy25.03360.40570.2270
Hunter Lab50.033672.0651-12.9739
CIE-Lab57.108173.8321-17.7902

#ef41aa color RGB value is (239,65,170).

#ef41aa hex color red value is 239, green value is 65 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ef41aa hue: 0.90 , saturation: 0.84 and the lightness value of ef41aa is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000001 10101010
Octal 357 101 252
Decimal 239 65 170
Hex EF 41 AA

RGB Percentages of Color #ef41aa

%50.42
%13.71
%35.86

CMYK Percentages of Color #ef41aa

%0
%73
%29
%6

Triadic Colors of #ef41aa

#ef41aa #aaef41 #41aaef

Analogous Colors of #ef41aa

#ef41aa #ef4153 #dd41ef

Monochromatic Colors of #ef41aa

#ef41aa

Complementary Color

#ef41aa #41ef86

#ef41aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef41aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef41aa Color CSS Codes

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

#ef41aa Text Font Color

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

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


#ef41aa Background Color

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

This div background color is #ef41aa


#ef41aa Border Color

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

This div border color is #ef41aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef41aa


Comments

No comments written yet.

Please login to write comment.