Color Hex Logo

#f031fd Color Hex

#F031FD
(240,49,253)
0 Favorites   0 Comments

Color spaces of #f031fd

RGB 24049253
HSL0.820.980.59
HSV296°81°99°
CMYK 0.050.810.00   0.01
XYZ54.763127.813795.4108
Yxy27.81370.30770.1563
Hunter Lab52.738793.0591-70.3458
CIE-Lab59.720189.6778-60.8337

#f031fd color RGB value is (240,49,253).

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

The process color (four color CMYK) of #f031fd color hex is 0.05, 0.81, 0.00, 0.01. Web safe color of #f031fd is #ff33ff. Color #f031fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110001 11111101
Octal 360 61 375
Decimal 240 49 253
Hex F0 31 FD

RGB Percentages of Color #f031fd

%44.28
%9.04
%46.68

CMYK Percentages of Color #f031fd

%5
%81
%0
%1

Triadic Colors of #f031fd

#f031fd #fdf031 #31fdf0

Analogous Colors of #f031fd

#f031fd #fd31a4 #8a31fd

Monochromatic Colors of #f031fd

#f031fd

Complementary Color

#f031fd #3efd31

#f031fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f031fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f031fd Color CSS Codes

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

#f031fd Text Font Color

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

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


#f031fd Background Color

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

This div background color is #f031fd


#f031fd Border Color

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

This div border color is #f031fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f031fd


Comments

No comments written yet.

Please login to write comment.