Color Hex Logo

#ef5ffa Color Hex

#EF5FFA
(239,95,250)
0 Favorites   0 Comments

Color spaces of #ef5ffa

RGB 23995250
HSL0.820.940.68
HSV296°62°98°
CMYK 0.040.620.00   0.02
XYZ56.944133.437393.8952
Yxy33.43730.30900.1815
Hunter Lab57.825074.5870-55.7966
CIE-Lab64.513474.4682-51.5505

#ef5ffa color RGB value is (239,95,250).

#ef5ffa hex color red value is 239, green value is 95 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ef5ffa hue: 0.82 , saturation: 0.94 and the lightness value of ef5ffa is 0.68.

The process color (four color CMYK) of #ef5ffa color hex is 0.04, 0.62, 0.00, 0.02. Web safe color of #ef5ffa is #ff66ff. Color #ef5ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011111 11111010
Octal 357 137 372
Decimal 239 95 250
Hex EF 5F FA

RGB Percentages of Color #ef5ffa

%40.92
%16.27
%42.81

CMYK Percentages of Color #ef5ffa

%4
%62
%0
%2

Triadic Colors of #ef5ffa

#ef5ffa #faef5f #5ffaef

Analogous Colors of #ef5ffa

#ef5ffa #fa5fb8 #a25ffa

Monochromatic Colors of #ef5ffa

#ef5ffa

Complementary Color

#ef5ffa #6afa5f

#ef5ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5ffa Color CSS Codes

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

#ef5ffa Text Font Color

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

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


#ef5ffa Background Color

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

This div background color is #ef5ffa


#ef5ffa Border Color

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

This div border color is #ef5ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5ffa


Comments

No comments written yet.

Please login to write comment.