Color Hex Logo

#f48bde Color Hex

#F48BDE
(244,139,222)
0 Favorites   0 Comments

Color spaces of #f48bde

RGB 244139222
HSL0.870.830.75
HSV313°43°96°
CMYK 0.000.430.09   0.04
XYZ59.725742.972374.2538
Yxy42.97230.33750.2428
Hunter Lab65.553347.9135-21.2720
CIE-Lab71.536250.9523-25.1175

#f48bde color RGB value is (244,139,222).

#f48bde hex color red value is 244, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f48bde hue: 0.87 , saturation: 0.83 and the lightness value of f48bde is 0.75.

The process color (four color CMYK) of #f48bde color hex is 0.00, 0.43, 0.09, 0.04. Web safe color of #f48bde is #ff99cc. Color #f48bde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001011 11011110
Octal 364 213 336
Decimal 244 139 222
Hex F4 8B DE

RGB Percentages of Color #f48bde

%40.33
%22.98
%36.69

CMYK Percentages of Color #f48bde

%0
%43
%9
%4

Triadic Colors of #f48bde

#f48bde #def48b #8bdef4

Analogous Colors of #f48bde

#f48bde #f48baa #d68bf4

Monochromatic Colors of #f48bde

#f48bde

Complementary Color

#f48bde #8bf4a1

#f48bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48bde Color CSS Codes

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

#f48bde Text Font Color

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

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


#f48bde Background Color

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

This div background color is #f48bde


#f48bde Border Color

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

This div border color is #f48bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48bde


Comments

No comments written yet.

Please login to write comment.