Color Hex Logo

#ef03fa Color Hex

#EF03FA
(239,3,250)
0 Favorites   0 Comments

Color spaces of #ef03fa

RGB 2393250
HSL0.830.980.50
HSV297°99°98°
CMYK 0.040.990.00   0.02
XYZ52.884525.318092.5420
Yxy25.31800.30970.1483
Hunter Lab50.317099.5535-73.8231
CIE-Lab57.384094.9342-62.9238

#ef03fa color RGB value is (239,3,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000011 11111010
Octal 357 3 372
Decimal 239 3 250
Hex EF 3 FA

RGB Percentages of Color #ef03fa

%48.58
%0.61
%50.81

CMYK Percentages of Color #ef03fa

%4
%99
%0
%2

Triadic Colors of #ef03fa

#ef03fa #faef03 #03faef

Analogous Colors of #ef03fa

#ef03fa #fa038a #7403fa

Monochromatic Colors of #ef03fa

#ef03fa

Complementary Color

#ef03fa #0efa03

#ef03fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef03fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef03fa Color CSS Codes

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

#ef03fa Text Font Color

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

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


#ef03fa Background Color

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

This div background color is #ef03fa


#ef03fa Border Color

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

This div border color is #ef03fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef03fa


Comments

No comments written yet.

Please login to write comment.