Color Hex Logo

#f48fab Color Hex

#F48FAB
(244,143,171)
0 Favorites   0 Comments

Color spaces of #f48fab

RGB 244143171
HSL0.950.820.76
HSV343°41°96°
CMYK 0.000.410.30   0.04
XYZ54.481441.818343.7283
Yxy41.81830.38910.2986
Hunter Lab64.667137.21725.1747
CIE-Lab70.745541.43992.0027

#f48fab color RGB value is (244,143,171).

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

The process color (four color CMYK) of #f48fab color hex is 0.00, 0.41, 0.30, 0.04. Web safe color of #f48fab is #ff9999. Color #f48fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001111 10101011
Octal 364 217 253
Decimal 244 143 171
Hex F4 8F AB

RGB Percentages of Color #f48fab

%43.73
%25.63
%30.65

CMYK Percentages of Color #f48fab

%0
%41
%30
%4

Triadic Colors of #f48fab

#f48fab #abf48f #8fabf4

Analogous Colors of #f48fab

#f48fab #f4a68f #f48fde

Monochromatic Colors of #f48fab

#f48fab

Complementary Color

#f48fab #8ff4d8

#f48fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48fab Color CSS Codes

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

#f48fab Text Font Color

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

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


#f48fab Background Color

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

This div background color is #f48fab


#f48fab Border Color

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

This div border color is #f48fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48fab


Comments

No comments written yet.

Please login to write comment.