Color Hex Logo

#f25afb Color Hex

#F25AFB
(242,90,251)
0 Favorites   0 Comments

Color spaces of #f25afb

RGB 24290251
HSL0.820.950.67
HSV297°64°98°
CMYK 0.040.640.00   0.02
XYZ57.686733.154694.6258
Yxy33.15460.31100.1788
Hunter Lab57.580078.0656-57.1299
CIE-Lab64.285977.2734-52.4353

#f25afb color RGB value is (242,90,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011010 11111011
Octal 362 132 373
Decimal 242 90 251
Hex F2 5A FB

RGB Percentages of Color #f25afb

%41.51
%15.44
%43.05

CMYK Percentages of Color #f25afb

%4
%64
%0
%2

Triadic Colors of #f25afb

#f25afb #fbf25a #5afbf2

Analogous Colors of #f25afb

#f25afb #fb5ab4 #a25afb

Monochromatic Colors of #f25afb

#f25afb

Complementary Color

#f25afb #63fb5a

#f25afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25afb Color CSS Codes

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

#f25afb Text Font Color

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

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


#f25afb Background Color

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

This div background color is #f25afb


#f25afb Border Color

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

This div border color is #f25afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25afb

Related Colors


Comments

No comments written yet.

Please login to write comment.