Color Hex Logo

#ef7afe Color Hex

#EF7AFE
(239,122,254)
0 Favorites   0 Comments

Color spaces of #ef7afe

RGB 239122254
HSL0.810.990.74
HSV293°52°100°
CMYK 0.060.520.00   0.00
XYZ60.445539.425598.1900
Yxy39.42550.30520.1991
Hunter Lab62.789761.9538-48.7643
CIE-Lab69.058463.3461-46.5737

#ef7afe color RGB value is (239,122,254).

#ef7afe hex color red value is 239, green value is 122 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ef7afe hue: 0.81 , saturation: 0.99 and the lightness value of ef7afe is 0.74.

The process color (four color CMYK) of #ef7afe color hex is 0.06, 0.52, 0.00, 0.00. Web safe color of #ef7afe is #ff66ff. Color #ef7afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111010 11111110
Octal 357 172 376
Decimal 239 122 254
Hex EF 7A FE

RGB Percentages of Color #ef7afe

%38.86
%19.84
%41.30

CMYK Percentages of Color #ef7afe

%6
%52
%0
%0

Triadic Colors of #ef7afe

#ef7afe #feef7a #7afeef

Analogous Colors of #ef7afe

#ef7afe #fe7acb #ad7afe

Monochromatic Colors of #ef7afe

#ef7afe

Complementary Color

#ef7afe #89fe7a

#ef7afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7afe Color CSS Codes

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

#ef7afe Text Font Color

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

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


#ef7afe Background Color

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

This div background color is #ef7afe


#ef7afe Border Color

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

This div border color is #ef7afe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,122,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ef7afe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7afe


Comments

No comments written yet.

Please login to write comment.