Color Hex Logo

#f48cbe Color Hex

#F48CBE
(244,140,190)
0 Favorites   0 Comments

Color spaces of #f48cbe

RGB 244140190
HSL0.920.830.75
HSV331°43°96°
CMYK 0.000.430.22   0.04
XYZ55.980641.707053.8149
Yxy41.70700.36950.2753
Hunter Lab64.581041.7122-4.1993
CIE-Lab70.668445.5472-8.7004

#f48cbe color RGB value is (244,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001100 10111110
Octal 364 214 276
Decimal 244 140 190
Hex F4 8C BE

RGB Percentages of Color #f48cbe

%42.51
%24.39
%33.10

CMYK Percentages of Color #f48cbe

%0
%43
%22
%4

Triadic Colors of #f48cbe

#f48cbe #bef48c #8cbef4

Analogous Colors of #f48cbe

#f48cbe #f48e8c #f48cf2

Monochromatic Colors of #f48cbe

#f48cbe

Complementary Color

#f48cbe #8cf4c2

#f48cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48cbe Color CSS Codes

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

#f48cbe Text Font Color

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

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


#f48cbe Background Color

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

This div background color is #f48cbe


#f48cbe Border Color

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

This div border color is #f48cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48cbe


Comments

No comments written yet.

Please login to write comment.