Color Hex Logo

#f053fe Color Hex

#F053FE
(240,83,254)
0 Favorites   0 Comments

Color spaces of #f053fe

RGB 24083254
HSL0.820.990.66
HSV295°67°100°
CMYK 0.060.670.00   0.00
XYZ56.917831.867596.9171
Yxy31.86750.30650.1716
Hunter Lab56.451381.1853-62.2747
CIE-Lab63.233279.9215-55.7785

#f053fe color RGB value is (240,83,254).

#f053fe hex color red value is 240, green value is 83 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f053fe hue: 0.82 , saturation: 0.99 and the lightness value of f053fe is 0.66.

The process color (four color CMYK) of #f053fe color hex is 0.06, 0.67, 0.00, 0.00. Web safe color of #f053fe is #ff66ff. Color #f053fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010011 11111110
Octal 360 123 376
Decimal 240 83 254
Hex F0 53 FE

RGB Percentages of Color #f053fe

%41.59
%14.38
%44.02

CMYK Percentages of Color #f053fe

%6
%67
%0
%0

Triadic Colors of #f053fe

#f053fe #fef053 #53fef0

Analogous Colors of #f053fe

#f053fe #fe53b7 #9b53fe

Monochromatic Colors of #f053fe

#f053fe

Complementary Color

#f053fe #61fe53

#f053fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f053fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f053fe Color CSS Codes

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

#f053fe Text Font Color

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

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


#f053fe Background Color

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

This div background color is #f053fe


#f053fe Border Color

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

This div border color is #f053fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,83,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f053fe

Related Colors


Comments

No comments written yet.

Please login to write comment.