Color Hex Logo

#f47ffa Color Hex

#F47FFA
(244,127,250)
0 Favorites   0 Comments

Color spaces of #f47ffa

RGB 244127250
HSL0.830.920.74
HSV297°49°98°
CMYK 0.020.490.00   0.02
XYZ62.152941.314095.1411
Yxy41.31400.31290.2080
Hunter Lab64.276060.1211-42.7677
CIE-Lab70.395461.5942-42.2475

#f47ffa color RGB value is (244,127,250).

#f47ffa hex color red value is 244, green value is 127 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f47ffa hue: 0.83 , saturation: 0.92 and the lightness value of f47ffa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111111 11111010
Octal 364 177 372
Decimal 244 127 250
Hex F4 7F FA

RGB Percentages of Color #f47ffa

%39.29
%20.45
%40.26

CMYK Percentages of Color #f47ffa

%2
%49
%0
%2

Triadic Colors of #f47ffa

#f47ffa #faf47f #7ffaf4

Analogous Colors of #f47ffa

#f47ffa #fa7fc3 #b77ffa

Monochromatic Colors of #f47ffa

#f47ffa

Complementary Color

#f47ffa #85fa7f

#f47ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47ffa Color CSS Codes

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

#f47ffa Text Font Color

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

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


#f47ffa Background Color

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

This div background color is #f47ffa


#f47ffa Border Color

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

This div border color is #f47ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.