Color Hex Logo

#f47ffc Color Hex

#F47FFC
(244,127,252)
0 Favorites   0 Comments

Color spaces of #f47ffc

RGB 244127252
HSL0.820.950.74
HSV296°50°99°
CMYK 0.030.500.00   0.01
XYZ62.468341.440196.8018
Yxy41.44010.31120.2065
Hunter Lab64.374060.5613-44.0950
CIE-Lab70.483261.9485-43.2022

#f47ffc color RGB value is (244,127,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111111 11111100
Octal 364 177 374
Decimal 244 127 252
Hex F4 7F FC

RGB Percentages of Color #f47ffc

%39.17
%20.39
%40.45

CMYK Percentages of Color #f47ffc

%3
%50
%0
%1

Triadic Colors of #f47ffc

#f47ffc #fcf47f #7ffcf4

Analogous Colors of #f47ffc

#f47ffc #fc7fc6 #b67ffc

Monochromatic Colors of #f47ffc

#f47ffc

Complementary Color

#f47ffc #87fc7f

#f47ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47ffc Color CSS Codes

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

#f47ffc Text Font Color

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

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


#f47ffc Background Color

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

This div background color is #f47ffc


#f47ffc Border Color

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

This div border color is #f47ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.