Color Hex Logo

#f49bad Color Hex

#F49BAD
(244,155,173)
0 Favorites   0 Comments

Color spaces of #f49bad

RGB 244155173
HSL0.970.800.78
HSV348°36°96°
CMYK 0.000.360.29   0.04
XYZ56.572445.692945.3731
Yxy45.69290.38320.3095
Hunter Lab67.596531.09507.5201
CIE-Lab73.345835.47854.6587

#f49bad color RGB value is (244,155,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011011 10101101
Octal 364 233 255
Decimal 244 155 173
Hex F4 9B AD

RGB Percentages of Color #f49bad

%42.66
%27.10
%30.24

CMYK Percentages of Color #f49bad

%0
%36
%29
%4

Triadic Colors of #f49bad

#f49bad #adf49b #9badf4

Analogous Colors of #f49bad

#f49bad #f4b69b #f49bda

Monochromatic Colors of #f49bad

#f49bad

Complementary Color

#f49bad #9bf4e2

#f49bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49bad Color CSS Codes

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

#f49bad Text Font Color

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

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


#f49bad Background Color

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

This div background color is #f49bad


#f49bad Border Color

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

This div border color is #f49bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49bad


Comments

No comments written yet.

Please login to write comment.