Color Hex Logo

#f775fa Color Hex

#F775FA
(247,117,250)
0 Favorites   0 Comments

Color spaces of #f775fa

RGB 247117250
HSL0.830.930.72
HSV299°53°98°
CMYK 0.010.530.00   0.02
XYZ61.974439.398994.7808
Yxy39.39890.31590.2009
Hunter Lab62.768566.3967-45.5902
CIE-Lab69.039267.0236-44.3440

#f775fa color RGB value is (247,117,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110101 11111010
Octal 367 165 372
Decimal 247 117 250
Hex F7 75 FA

RGB Percentages of Color #f775fa

%40.23
%19.06
%40.72

CMYK Percentages of Color #f775fa

%1
%53
%0
%2

Triadic Colors of #f775fa

#f775fa #faf775 #75faf7

Analogous Colors of #f775fa

#f775fa #fa75bb #b575fa

Monochromatic Colors of #f775fa

#f775fa

Complementary Color

#f775fa #78fa75

#f775fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f775fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f775fa Color CSS Codes

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

#f775fa Text Font Color

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

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


#f775fa Background Color

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

This div background color is #f775fa


#f775fa Border Color

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

This div border color is #f775fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f775fa


Comments

No comments written yet.

Please login to write comment.