Color Hex Logo

#f47fad Color Hex

#F47FAD
(244,127,173)
0 Favorites   0 Comments

Color spaces of #f47fad

RGB 244127173
HSL0.930.840.73
HSV336°48°96°
CMYK 0.000.480.29   0.04
XYZ52.440437.429043.9958
Yxy37.42900.39170.2796
Hunter Lab61.179245.93940.1883
CIE-Lab67.597649.7553-3.7249

#f47fad color RGB value is (244,127,173).

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

The process color (four color CMYK) of #f47fad color hex is 0.00, 0.48, 0.29, 0.04. Web safe color of #f47fad is #ff6699. Color #f47fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111111 10101101
Octal 364 177 255
Decimal 244 127 173
Hex F4 7F AD

RGB Percentages of Color #f47fad

%44.85
%23.35
%31.80

CMYK Percentages of Color #f47fad

%0
%48
%29
%4

Triadic Colors of #f47fad

#f47fad #adf47f #7fadf4

Analogous Colors of #f47fad

#f47fad #f48c7f #f47fe8

Monochromatic Colors of #f47fad

#f47fad

Complementary Color

#f47fad #7ff4c6

#f47fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47fad Color CSS Codes

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

#f47fad Text Font Color

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

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


#f47fad Background Color

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

This div background color is #f47fad


#f47fad Border Color

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

This div border color is #f47fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47fad


Comments

No comments written yet.

Please login to write comment.