Color Hex Logo

#f029fa Color Hex

#F029FA
(240,41,250)
0 Favorites   0 Comments

Color spaces of #f029fa

RGB 24041250
HSL0.830.950.57
HSV297°84°98°
CMYK 0.040.840.00   0.02
XYZ53.983427.013392.8113
Yxy27.01330.31060.1554
Hunter Lab51.974394.4449-69.4930
CIE-Lab58.986690.8551-60.3441

#f029fa color RGB value is (240,41,250).

#f029fa hex color red value is 240, green value is 41 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f029fa hue: 0.83 , saturation: 0.95 and the lightness value of f029fa is 0.57.

The process color (four color CMYK) of #f029fa color hex is 0.04, 0.84, 0.00, 0.02. Web safe color of #f029fa is #ff33ff. Color #f029fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101001 11111010
Octal 360 51 372
Decimal 240 41 250
Hex F0 29 FA

RGB Percentages of Color #f029fa

%45.20
%7.72
%47.08

CMYK Percentages of Color #f029fa

%4
%84
%0
%2

Triadic Colors of #f029fa

#f029fa #faf029 #29faf0

Analogous Colors of #f029fa

#f029fa #fa299c #8829fa

Monochromatic Colors of #f029fa

#f029fa

Complementary Color

#f029fa #33fa29

#f029fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f029fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f029fa Color CSS Codes

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

#f029fa Text Font Color

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

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


#f029fa Background Color

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

This div background color is #f029fa


#f029fa Border Color

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

This div border color is #f029fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f029fa

Related Colors


Comments

No comments written yet.

Please login to write comment.