Color Hex Logo

#f749fa Color Hex

#F749FA
(247,73,250)
0 Favorites   0 Comments

Color spaces of #f749fa

RGB 24773250
HSL0.830.950.63
HSV299°71°98°
CMYK 0.010.710.00   0.02
XYZ57.995631.441493.4546
Yxy31.44140.31710.1719
Hunter Lab56.072686.4944-59.5661
CIE-Lab62.878584.0941-54.0711

#f749fa color RGB value is (247,73,250).

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

The process color (four color CMYK) of #f749fa color hex is 0.01, 0.71, 0.00, 0.02. Web safe color of #f749fa is #ff33ff. Color #f749fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001001 11111010
Octal 367 111 372
Decimal 247 73 250
Hex F7 49 FA

RGB Percentages of Color #f749fa

%43.33
%12.81
%43.86

CMYK Percentages of Color #f749fa

%1
%71
%0
%2

Triadic Colors of #f749fa

#f749fa #faf749 #49faf7

Analogous Colors of #f749fa

#f749fa #fa49a5 #9f49fa

Monochromatic Colors of #f749fa

#f749fa

Complementary Color

#f749fa #4cfa49

#f749fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f749fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f749fa Color CSS Codes

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

#f749fa Text Font Color

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

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


#f749fa Background Color

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

This div background color is #f749fa


#f749fa Border Color

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

This div border color is #f749fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f749fa

Related Colors


Comments

No comments written yet.

Please login to write comment.