Color Hex Logo

#f49bda Color Hex

#F49BDA
(244,155,218)
0 Favorites   0 Comments

Color spaces of #f49bda

RGB 244155218
HSL0.880.800.78
HSV318°36°96°
CMYK 0.000.360.11   0.04
XYZ61.684547.737772.2928
Yxy47.73770.33950.2627
Hunter Lab69.092538.4497-13.6715
CIE-Lab74.659242.1226-18.1694

#f49bda color RGB value is (244,155,218).

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

The process color (four color CMYK) of #f49bda color hex is 0.00, 0.36, 0.11, 0.04. Web safe color of #f49bda is #ff99cc. Color #f49bda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011011 11011010
Octal 364 233 332
Decimal 244 155 218
Hex F4 9B DA

RGB Percentages of Color #f49bda

%39.55
%25.12
%35.33

CMYK Percentages of Color #f49bda

%0
%36
%11
%4

Triadic Colors of #f49bda

#f49bda #daf49b #9bdaf4

Analogous Colors of #f49bda

#f49bda #f49bae #e29bf4

Monochromatic Colors of #f49bda

#f49bda

Complementary Color

#f49bda #9bf4b5

#f49bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49bda Color CSS Codes

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

#f49bda Text Font Color

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

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


#f49bda Background Color

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

This div background color is #f49bda


#f49bda Border Color

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

This div border color is #f49bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49bda


Comments

No comments written yet.

Please login to write comment.