Color Hex Logo

#f48caa Color Hex

#F48CAA
(244,140,170)
0 Favorites   0 Comments

Color spaces of #f48caa

RGB 244140170
HSL0.950.830.75
HSV343°43°96°
CMYK 0.000.430.30   0.04
XYZ53.942040.891543.0800
Yxy40.89150.39110.2965
Hunter Lab63.946538.66734.8195
CIE-Lab70.099842.84751.6224

#f48caa color RGB value is (244,140,170).

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

The process color (four color CMYK) of #f48caa color hex is 0.00, 0.43, 0.30, 0.04. Web safe color of #f48caa is #ff9999. Color #f48caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001100 10101010
Octal 364 214 252
Decimal 244 140 170
Hex F4 8C AA

RGB Percentages of Color #f48caa

%44.04
%25.27
%30.69

CMYK Percentages of Color #f48caa

%0
%43
%30
%4

Triadic Colors of #f48caa

#f48caa #aaf48c #8caaf4

Analogous Colors of #f48caa

#f48caa #f4a28c #f48cde

Monochromatic Colors of #f48caa

#f48caa

Complementary Color

#f48caa #8cf4d6

#f48caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48caa Color CSS Codes

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

#f48caa Text Font Color

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

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


#f48caa Background Color

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

This div background color is #f48caa


#f48caa Border Color

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

This div border color is #f48caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48caa


Comments

No comments written yet.

Please login to write comment.