Color Hex Logo

#f48dbe Color Hex

#F48DBE
(244,141,190)
0 Favorites   0 Comments

Color spaces of #f48dbe

RGB 244141190
HSL0.920.820.75
HSV331°42°96°
CMYK 0.000.420.22   0.04
XYZ56.127442.000653.8639
Yxy42.00060.36930.2763
Hunter Lab64.807941.1777-3.9123
CIE-Lab70.871345.0387-8.3986

#f48dbe color RGB value is (244,141,190).

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

The process color (four color CMYK) of #f48dbe color hex is 0.00, 0.42, 0.22, 0.04. Web safe color of #f48dbe is #ff99cc. Color #f48dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001101 10111110
Octal 364 215 276
Decimal 244 141 190
Hex F4 8D BE

RGB Percentages of Color #f48dbe

%42.43
%24.52
%33.04

CMYK Percentages of Color #f48dbe

%0
%42
%22
%4

Triadic Colors of #f48dbe

#f48dbe #bef48d #8dbef4

Analogous Colors of #f48dbe

#f48dbe #f4908d #f48df2

Monochromatic Colors of #f48dbe

#f48dbe

Complementary Color

#f48dbe #8df4c3

#f48dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48dbe Color CSS Codes

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

#f48dbe Text Font Color

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

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


#f48dbe Background Color

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

This div background color is #f48dbe


#f48dbe Border Color

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

This div border color is #f48dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48dbe


Comments

No comments written yet.

Please login to write comment.