Color Hex Logo

#ef30fe Color Hex

#EF30FE
(239,48,254)
0 Favorites   0 Comments

Color spaces of #ef30fe

RGB 23948254
HSL0.820.990.59
HSV296°81°100°
CMYK 0.060.810.00   0.00
XYZ54.542927.620496.2225
Yxy27.62040.30580.1548
Hunter Lab52.555193.2799-71.7647
CIE-Lab59.544289.8773-61.6781

#ef30fe color RGB value is (239,48,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110000 11111110
Octal 357 60 376
Decimal 239 48 254
Hex EF 30 FE

RGB Percentages of Color #ef30fe

%44.18
%8.87
%46.95

CMYK Percentages of Color #ef30fe

%6
%81
%0
%0

Triadic Colors of #ef30fe

#ef30fe #feef30 #30feef

Analogous Colors of #ef30fe

#ef30fe #fe30a6 #8830fe

Monochromatic Colors of #ef30fe

#ef30fe

Complementary Color

#ef30fe #3ffe30

#ef30fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef30fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef30fe Color CSS Codes

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

#ef30fe Text Font Color

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

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


#ef30fe Background Color

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

This div background color is #ef30fe


#ef30fe Border Color

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

This div border color is #ef30fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef30fe


Comments

No comments written yet.

Please login to write comment.