Color Hex Logo

#f48fbd Color Hex

#F48FBD
(244,143,189)
0 Favorites   0 Comments

Color spaces of #f48fbd

RGB 244143189
HSL0.920.820.76
HSV333°41°96°
CMYK 0.000.410.23   0.04
XYZ56.316042.552153.3893
Yxy42.55210.36990.2795
Hunter Lab65.232039.9465-2.8637
CIE-Lab71.249943.8762-7.2799

#f48fbd color RGB value is (244,143,189).

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

The process color (four color CMYK) of #f48fbd color hex is 0.00, 0.41, 0.23, 0.04. Web safe color of #f48fbd is #ff99cc. Color #f48fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001111 10111101
Octal 364 217 275
Decimal 244 143 189
Hex F4 8F BD

RGB Percentages of Color #f48fbd

%42.36
%24.83
%32.81

CMYK Percentages of Color #f48fbd

%0
%41
%23
%4

Triadic Colors of #f48fbd

#f48fbd #bdf48f #8fbdf4

Analogous Colors of #f48fbd

#f48fbd #f4948f #f48ff0

Monochromatic Colors of #f48fbd

#f48fbd

Complementary Color

#f48fbd #8ff4c6

#f48fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48fbd Color CSS Codes

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

#f48fbd Text Font Color

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

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


#f48fbd Background Color

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

This div background color is #f48fbd


#f48fbd Border Color

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

This div border color is #f48fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48fbd


Comments

No comments written yet.

Please login to write comment.