Color Hex Logo

#f49dad Color Hex

#F49DAD
(244,157,173)
0 Favorites   0 Comments

Color spaces of #f49dad

RGB 244157173
HSL0.970.800.79
HSV349°36°96°
CMYK 0.000.360.29   0.04
XYZ56.908046.364245.4850
Yxy46.36420.38260.3117
Hunter Lab68.091330.02368.0581
CIE-Lab73.781234.43185.2867

#f49dad color RGB value is (244,157,173).

#f49dad hex color red value is 244, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f49dad hue: 0.97 , saturation: 0.80 and the lightness value of f49dad is 0.79.

The process color (four color CMYK) of #f49dad color hex is 0.00, 0.36, 0.29, 0.04. Web safe color of #f49dad is #ff9999. Color #f49dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011101 10101101
Octal 364 235 255
Decimal 244 157 173
Hex F4 9D AD

RGB Percentages of Color #f49dad

%42.51
%27.35
%30.14

CMYK Percentages of Color #f49dad

%0
%36
%29
%4

Triadic Colors of #f49dad

#f49dad #adf49d #9dadf4

Analogous Colors of #f49dad

#f49dad #f4b99d #f49dd9

Monochromatic Colors of #f49dad

#f49dad

Complementary Color

#f49dad #9df4e4

#f49dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49dad Color CSS Codes

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

#f49dad Text Font Color

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

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


#f49dad Background Color

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

This div background color is #f49dad


#f49dad Border Color

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

This div border color is #f49dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49dad


Comments

No comments written yet.

Please login to write comment.