Color Hex Logo

#f47fba Color Hex

#F47FBA
(244,127,186)
0 Favorites   0 Comments

Color spaces of #f47fba

RGB 244127186
HSL0.920.840.73
HSV330°48°96°
CMYK 0.000.480.24   0.04
XYZ53.760537.957050.9473
Yxy37.95700.37680.2661
Hunter Lab61.609347.9437-5.9029
CIE-Lab67.988951.4815-10.4602

#f47fba color RGB value is (244,127,186).

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

The process color (four color CMYK) of #f47fba color hex is 0.00, 0.48, 0.24, 0.04. Web safe color of #f47fba is #ff66cc. Color #f47fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111111 10111010
Octal 364 177 272
Decimal 244 127 186
Hex F4 7F BA

RGB Percentages of Color #f47fba

%43.81
%22.80
%33.39

CMYK Percentages of Color #f47fba

%0
%48
%24
%4

Triadic Colors of #f47fba

#f47fba #baf47f #7fbaf4

Analogous Colors of #f47fba

#f47fba #f47f80 #f47ff4

Monochromatic Colors of #f47fba

#f47fba

Complementary Color

#f47fba #7ff4b9

#f47fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47fba Color CSS Codes

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

#f47fba Text Font Color

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

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


#f47fba Background Color

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

This div background color is #f47fba


#f47fba Border Color

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

This div border color is #f47fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47fba


Comments

No comments written yet.

Please login to write comment.