Color Hex Logo

#ef03fe Color Hex

#EF03FE
(239,3,254)
0 Favorites   0 Comments

Color spaces of #ef03fe

RGB 2393254
HSL0.820.990.50
HSV296°99°100°
CMYK 0.060.990.00   0.00
XYZ53.518625.571695.8810
Yxy25.57160.30590.1461
Hunter Lab50.5684100.4193-77.0199
CIE-Lab57.628295.5188-64.7543

#ef03fe color RGB value is (239,3,254).

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

The process color (four color CMYK) of #ef03fe color hex is 0.06, 0.99, 0.00, 0.00. Web safe color of #ef03fe is #ff00ff. Color #ef03fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000011 11111110
Octal 357 3 376
Decimal 239 3 254
Hex EF 3 FE

RGB Percentages of Color #ef03fe

%48.19
%0.60
%51.21

CMYK Percentages of Color #ef03fe

%6
%99
%0
%0

Triadic Colors of #ef03fe

#ef03fe #feef03 #03feef

Analogous Colors of #ef03fe

#ef03fe #fe0390 #7203fe

Monochromatic Colors of #ef03fe

#ef03fe

Complementary Color

#ef03fe #12fe03

#ef03fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef03fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef03fe Color CSS Codes

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

#ef03fe Text Font Color

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

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


#ef03fe Background Color

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

This div background color is #ef03fe


#ef03fe Border Color

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

This div border color is #ef03fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef03fe

Related Colors


Comments

No comments written yet.

Please login to write comment.