Color Hex Logo

#f25aff Color Hex

#F25AFF
(242,90,255)
0 Favorites   0 Comments

Color spaces of #f25aff

RGB 24290255
HSL0.821.000.68
HSV295°65°100°
CMYK 0.050.650.00   0.00
XYZ58.324133.409697.9824
Yxy33.40960.30740.1761
Hunter Lab57.801078.9635-60.0457
CIE-Lab64.491277.9419-54.3119

#f25aff color RGB value is (242,90,255).

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

The process color (four color CMYK) of #f25aff color hex is 0.05, 0.65, 0.00, 0.00. Web safe color of #f25aff is #ff66ff. Color #f25aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011010 11111111
Octal 362 132 377
Decimal 242 90 255
Hex F2 5A FF

RGB Percentages of Color #f25aff

%41.23
%15.33
%43.44

CMYK Percentages of Color #f25aff

%5
%65
%0
%0

Triadic Colors of #f25aff

#f25aff #fff25a #5afff2

Analogous Colors of #f25aff

#f25aff #ff5aba #a05aff

Monochromatic Colors of #f25aff

#f25aff

Complementary Color

#f25aff #67ff5a

#f25aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25aff Color CSS Codes

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

#f25aff Text Font Color

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

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


#f25aff Background Color

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

This div background color is #f25aff


#f25aff Border Color

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

This div border color is #f25aff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,90,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25aff

Related Colors


Comments

No comments written yet.

Please login to write comment.