Color Hex Logo

#f047ad Color Hex

#F047AD
(240,71,173)
0 Favorites   0 Comments

Color spaces of #f047ad

RGB 24071173
HSL0.900.850.61
HSV324°70°94°
CMYK 0.000.700.28   0.06
XYZ45.731226.048942.1528
Yxy26.04890.40140.2286
Hunter Lab51.038170.6229-13.2414
CIE-Lab58.083472.4721-18.0346

#f047ad color RGB value is (240,71,173).

#f047ad hex color red value is 240, green value is 71 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f047ad hue: 0.90 , saturation: 0.85 and the lightness value of f047ad is 0.61.

The process color (four color CMYK) of #f047ad color hex is 0.00, 0.70, 0.28, 0.06. Web safe color of #f047ad is #ff3399. Color #f047ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000111 10101101
Octal 360 107 255
Decimal 240 71 173
Hex F0 47 AD

RGB Percentages of Color #f047ad

%49.59
%14.67
%35.74

CMYK Percentages of Color #f047ad

%0
%70
%28
%6

Triadic Colors of #f047ad

#f047ad #adf047 #47adf0

Analogous Colors of #f047ad

#f047ad #f04759 #df47f0

Monochromatic Colors of #f047ad

#f047ad

Complementary Color

#f047ad #47f08a

#f047ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f047ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f047ad Color CSS Codes

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

#f047ad Text Font Color

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

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


#f047ad Background Color

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

This div background color is #f047ad


#f047ad Border Color

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

This div border color is #f047ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,71,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f047ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f047ad;
  -webkit-box-shadow: 1px 1px 3px 2px #f047ad;
  box-shadow:         1px 1px 3px 2px #f047ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,71,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f047ad


Comments

No comments written yet.

Please login to write comment.