Color Hex Logo

#ef4afe Color Hex

#EF4AFE
(239,74,254)
0 Favorites   0 Comments

Color spaces of #ef4afe

RGB 23974254
HSL0.820.990.64
HSV295°71°100°
CMYK 0.060.710.00   0.00
XYZ55.934830.404096.6864
Yxy30.40400.30560.1661
Hunter Lab55.139884.5788-65.3658
CIE-Lab62.001382.7915-57.7498

#ef4afe color RGB value is (239,74,254).

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

The process color (four color CMYK) of #ef4afe color hex is 0.06, 0.71, 0.00, 0.00. Web safe color of #ef4afe is #ff33ff. Color #ef4afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001010 11111110
Octal 357 112 376
Decimal 239 74 254
Hex EF 4A FE

RGB Percentages of Color #ef4afe

%42.15
%13.05
%44.80

CMYK Percentages of Color #ef4afe

%6
%71
%0
%0

Triadic Colors of #ef4afe

#ef4afe #feef4a #4afeef

Analogous Colors of #ef4afe

#ef4afe #fe4ab3 #954afe

Monochromatic Colors of #ef4afe

#ef4afe

Complementary Color

#ef4afe #59fe4a

#ef4afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef4afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef4afe Color CSS Codes

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

#ef4afe Text Font Color

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

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


#ef4afe Background Color

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

This div background color is #ef4afe


#ef4afe Border Color

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

This div border color is #ef4afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef4afe

Related Colors


Comments

No comments written yet.

Please login to write comment.