Color Hex Logo

#f250fd Color Hex

#F250FD
(242,80,253)
0 Favorites   0 Comments

Color spaces of #f250fd

RGB 24280253
HSL0.820.980.65
HSV296°68°99°
CMYK 0.040.680.00   0.01
XYZ57.216231.706496.0328
Yxy31.70640.30940.1714
Hunter Lab56.308482.8379-61.7019
CIE-Lab63.099581.2332-55.4221

#f250fd color RGB value is (242,80,253).

#f250fd hex color red value is 242, green value is 80 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f250fd hue: 0.82 , saturation: 0.98 and the lightness value of f250fd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010000 11111101
Octal 362 120 375
Decimal 242 80 253
Hex F2 50 FD

RGB Percentages of Color #f250fd

%42.09
%13.91
%44.00

CMYK Percentages of Color #f250fd

%4
%68
%0
%1

Triadic Colors of #f250fd

#f250fd #fdf250 #50fdf2

Analogous Colors of #f250fd

#f250fd #fd50b2 #9c50fd

Monochromatic Colors of #f250fd

#f250fd

Complementary Color

#f250fd #5bfd50

#f250fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f250fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f250fd Color CSS Codes

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

#f250fd Text Font Color

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

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


#f250fd Background Color

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

This div background color is #f250fd


#f250fd Border Color

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

This div border color is #f250fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f250fd

Related Colors


Comments

No comments written yet.

Please login to write comment.