Color Hex Logo

#f772fa Color Hex

#F772FA
(247,114,250)
0 Favorites   0 Comments

Color spaces of #f772fa

RGB 247114250
HSL0.830.930.71
HSV299°54°98°
CMYK 0.010.540.00   0.02
XYZ61.630438.710994.6662
Yxy38.71090.31600.1985
Hunter Lab62.218167.9323-46.6584
CIE-Lab68.541368.3661-45.1255

#f772fa color RGB value is (247,114,250).

#f772fa hex color red value is 247, green value is 114 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f772fa hue: 0.83 , saturation: 0.93 and the lightness value of f772fa is 0.71.

The process color (four color CMYK) of #f772fa color hex is 0.01, 0.54, 0.00, 0.02. Web safe color of #f772fa is #ff66ff. Color #f772fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110010 11111010
Octal 367 162 372
Decimal 247 114 250
Hex F7 72 FA

RGB Percentages of Color #f772fa

%40.43
%18.66
%40.92

CMYK Percentages of Color #f772fa

%1
%54
%0
%2

Triadic Colors of #f772fa

#f772fa #faf772 #72faf7

Analogous Colors of #f772fa

#f772fa #fa72b9 #b372fa

Monochromatic Colors of #f772fa

#f772fa

Complementary Color

#f772fa #75fa72

#f772fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f772fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f772fa Color CSS Codes

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

#f772fa Text Font Color

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

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


#f772fa Background Color

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

This div background color is #f772fa


#f772fa Border Color

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

This div border color is #f772fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f772fa

Related Colors


Comments

No comments written yet.

Please login to write comment.