Color Hex Logo

#f49ddb Color Hex

#F49DDB
(244,157,219)
0 Favorites   0 Comments

Color spaces of #f49ddb

RGB 244157219
HSL0.880.800.79
HSV317°36°96°
CMYK 0.000.360.10   0.04
XYZ62.151448.461573.0961
Yxy48.46150.33830.2638
Hunter Lab69.614337.5392-13.5254
CIE-Lab75.115141.2470-18.0273

#f49ddb color RGB value is (244,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011101 11011011
Octal 364 235 333
Decimal 244 157 219
Hex F4 9D DB

RGB Percentages of Color #f49ddb

%39.35
%25.32
%35.32

CMYK Percentages of Color #f49ddb

%0
%36
%10
%4

Triadic Colors of #f49ddb

#f49ddb #dbf49d #9ddbf4

Analogous Colors of #f49ddb

#f49ddb #f49db0 #e29df4

Monochromatic Colors of #f49ddb

#f49ddb

Complementary Color

#f49ddb #9df4b6

#f49ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49ddb Color CSS Codes

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

#f49ddb Text Font Color

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

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


#f49ddb Background Color

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

This div background color is #f49ddb


#f49ddb Border Color

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

This div border color is #f49ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49ddb


Comments

No comments written yet.

Please login to write comment.