Color Hex Logo

#f25efc Color Hex

#F25EFC
(242,94,252)
0 Favorites   0 Comments

Color spaces of #f25efc

RGB 24294252
HSL0.820.960.68
HSV296°63°99°
CMYK 0.040.630.00   0.01
XYZ58.191333.910995.5739
Yxy33.91090.31010.1807
Hunter Lab58.233176.4641-56.5454
CIE-Lab64.891875.8926-52.0259

#f25efc color RGB value is (242,94,252).

#f25efc hex color red value is 242, green value is 94 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f25efc hue: 0.82 , saturation: 0.96 and the lightness value of f25efc is 0.68.

The process color (four color CMYK) of #f25efc color hex is 0.04, 0.63, 0.00, 0.01. Web safe color of #f25efc is #ff66ff. Color #f25efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011110 11111100
Octal 362 136 374
Decimal 242 94 252
Hex F2 5E FC

RGB Percentages of Color #f25efc

%41.16
%15.99
%42.86

CMYK Percentages of Color #f25efc

%4
%63
%0
%1

Triadic Colors of #f25efc

#f25efc #fcf25e #5efcf2

Analogous Colors of #f25efc

#f25efc #fc5eb7 #a35efc

Monochromatic Colors of #f25efc

#f25efc

Complementary Color

#f25efc #68fc5e

#f25efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25efc Color CSS Codes

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

#f25efc Text Font Color

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

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


#f25efc Background Color

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

This div background color is #f25efc


#f25efc Border Color

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

This div border color is #f25efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25efc


Comments

No comments written yet.

Please login to write comment.