Color Hex Logo

#f48cbd Color Hex

#F48CBD
(244,140,189)
0 Favorites   0 Comments

Color spaces of #f48cbd

RGB 244140189
HSL0.920.830.75
HSV332°43°96°
CMYK 0.000.430.23   0.04
XYZ55.871641.663453.2412
Yxy41.66340.37060.2763
Hunter Lab64.547241.5508-3.7218
CIE-Lab70.638245.4052-8.1886

#f48cbd color RGB value is (244,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001100 10111101
Octal 364 214 275
Decimal 244 140 189
Hex F4 8C BD

RGB Percentages of Color #f48cbd

%42.58
%24.43
%32.98

CMYK Percentages of Color #f48cbd

%0
%43
%23
%4

Triadic Colors of #f48cbd

#f48cbd #bdf48c #8cbdf4

Analogous Colors of #f48cbd

#f48cbd #f48f8c #f48cf1

Monochromatic Colors of #f48cbd

#f48cbd

Complementary Color

#f48cbd #8cf4c3

#f48cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48cbd Color CSS Codes

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

#f48cbd Text Font Color

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

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


#f48cbd Background Color

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

This div background color is #f48cbd


#f48cbd Border Color

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

This div border color is #f48cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48cbd

Related Colors


Comments

No comments written yet.

Please login to write comment.