Color Hex Logo

#ef2afe Color Hex

#EF2AFE
(239,42,254)
0 Favorites   0 Comments

Color spaces of #ef2afe

RGB 23942254
HSL0.820.990.58
HSV296°83°100°
CMYK 0.060.830.00   0.00
XYZ54.314027.162496.1461
Yxy27.16240.30580.1529
Hunter Lab52.117694.8170-72.8955
CIE-Lab59.124391.1051-62.3512

#ef2afe color RGB value is (239,42,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101010 11111110
Octal 357 52 376
Decimal 239 42 254
Hex EF 2A FE

RGB Percentages of Color #ef2afe

%44.67
%7.85
%47.48

CMYK Percentages of Color #ef2afe

%6
%83
%0
%0

Triadic Colors of #ef2afe

#ef2afe #feef2a #2afeef

Analogous Colors of #ef2afe

#ef2afe #fe2aa3 #852afe

Monochromatic Colors of #ef2afe

#ef2afe

Complementary Color

#ef2afe #39fe2a

#ef2afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2afe Color CSS Codes

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

#ef2afe Text Font Color

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

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


#ef2afe Background Color

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

This div background color is #ef2afe


#ef2afe Border Color

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

This div border color is #ef2afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2afe


Comments

No comments written yet.

Please login to write comment.