Color Hex Logo

#ef72fe Color Hex

#EF72FE
(239,114,254)
0 Favorites   0 Comments

Color spaces of #ef72fe

RGB 239114254
HSL0.820.990.72
HSV294°55°100°
CMYK 0.060.550.00   0.00
XYZ59.503337.541197.8759
Yxy37.54110.30530.1926
Hunter Lab61.270866.1269-51.8222
CIE-Lab67.681067.0371-48.7422

#ef72fe color RGB value is (239,114,254).

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

The process color (four color CMYK) of #ef72fe color hex is 0.06, 0.55, 0.00, 0.00. Web safe color of #ef72fe is #ff66ff. Color #ef72fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110010 11111110
Octal 357 162 376
Decimal 239 114 254
Hex EF 72 FE

RGB Percentages of Color #ef72fe

%39.37
%18.78
%41.85

CMYK Percentages of Color #ef72fe

%6
%55
%0
%0

Triadic Colors of #ef72fe

#ef72fe #feef72 #72feef

Analogous Colors of #ef72fe

#ef72fe #fe72c7 #a972fe

Monochromatic Colors of #ef72fe

#ef72fe

Complementary Color

#ef72fe #81fe72

#ef72fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef72fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef72fe Color CSS Codes

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

#ef72fe Text Font Color

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

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


#ef72fe Background Color

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

This div background color is #ef72fe


#ef72fe Border Color

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

This div border color is #ef72fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef72fe

Related Colors


Comments

No comments written yet.

Please login to write comment.