Color Hex Logo

#ef25fc Color Hex

#EF25FC
(239,37,252)
0 Favorites   0 Comments

Color spaces of #ef25fc

RGB 23937252
HSL0.820.970.57
HSV296°85°99°
CMYK 0.050.850.00   0.01
XYZ53.828926.702194.4124
Yxy26.70210.30770.1526
Hunter Lab51.674195.5139-72.1554
CIE-Lab58.697691.7057-61.9267

#ef25fc color RGB value is (239,37,252).

#ef25fc hex color red value is 239, green value is 37 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ef25fc hue: 0.82 , saturation: 0.97 and the lightness value of ef25fc is 0.57.

The process color (four color CMYK) of #ef25fc color hex is 0.05, 0.85, 0.00, 0.01. Web safe color of #ef25fc is #ff33ff. Color #ef25fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100101 11111100
Octal 357 45 374
Decimal 239 37 252
Hex EF 25 FC

RGB Percentages of Color #ef25fc

%45.27
%7.01
%47.73

CMYK Percentages of Color #ef25fc

%5
%85
%0
%1

Triadic Colors of #ef25fc

#ef25fc #fcef25 #25fcef

Analogous Colors of #ef25fc

#ef25fc #fc259e #8425fc

Monochromatic Colors of #ef25fc

#ef25fc

Complementary Color

#ef25fc #32fc25

#ef25fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef25fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef25fc Color CSS Codes

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

#ef25fc Text Font Color

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

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


#ef25fc Background Color

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

This div background color is #ef25fc


#ef25fc Border Color

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

This div border color is #ef25fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef25fc


Comments

No comments written yet.

Please login to write comment.