Color Hex Logo

#f47afc Color Hex

#F47AFC
(244,122,252)
0 Favorites   0 Comments

Color spaces of #f47afc

RGB 244122252
HSL0.820.960.73
HSV296°52°99°
CMYK 0.030.520.00   0.01
XYZ61.838440.180496.5918
Yxy40.18040.31140.2023
Hunter Lab63.388063.2073-45.9756
CIE-Lab69.597864.2985-44.5895

#f47afc color RGB value is (244,122,252).

#f47afc hex color red value is 244, green value is 122 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f47afc hue: 0.82 , saturation: 0.96 and the lightness value of f47afc is 0.73.

The process color (four color CMYK) of #f47afc color hex is 0.03, 0.52, 0.00, 0.01. Web safe color of #f47afc is #ff66ff. Color #f47afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111010 11111100
Octal 364 172 374
Decimal 244 122 252
Hex F4 7A FC

RGB Percentages of Color #f47afc

%39.48
%19.74
%40.78

CMYK Percentages of Color #f47afc

%3
%52
%0
%1

Triadic Colors of #f47afc

#f47afc #fcf47a #7afcf4

Analogous Colors of #f47afc

#f47afc #fc7ac3 #b37afc

Monochromatic Colors of #f47afc

#f47afc

Complementary Color

#f47afc #82fc7a

#f47afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47afc Color CSS Codes

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

#f47afc Text Font Color

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

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


#f47afc Background Color

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

This div background color is #f47afc


#f47afc Border Color

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

This div border color is #f47afc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,122,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47afc

Related Colors


Comments

No comments written yet.

Please login to write comment.