Color Hex Logo

#f25afc Color Hex

#F25AFC
(242,90,252)
0 Favorites   0 Comments

Color spaces of #f25afc

RGB 24290252
HSL0.820.960.67
HSV296°64°99°
CMYK 0.040.640.00   0.01
XYZ57.844833.217895.4584
Yxy33.21780.31010.1781
Hunter Lab57.634978.2891-57.8553
CIE-Lab64.336977.4400-52.9055

#f25afc color RGB value is (242,90,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011010 11111100
Octal 362 132 374
Decimal 242 90 252
Hex F2 5A FC

RGB Percentages of Color #f25afc

%41.44
%15.41
%43.15

CMYK Percentages of Color #f25afc

%4
%64
%0
%1

Triadic Colors of #f25afc

#f25afc #fcf25a #5afcf2

Analogous Colors of #f25afc

#f25afc #fc5ab5 #a15afc

Monochromatic Colors of #f25afc

#f25afc

Complementary Color

#f25afc #64fc5a

#f25afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25afc Color CSS Codes

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

#f25afc Text Font Color

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

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


#f25afc Background Color

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

This div background color is #f25afc


#f25afc Border Color

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

This div border color is #f25afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25afc


Comments

No comments written yet.

Please login to write comment.