Color Hex Logo

#f49ddc Color Hex

#F49DDC
(244,157,220)
0 Favorites   0 Comments

Color spaces of #f49ddc

RGB 244157220
HSL0.880.800.79
HSV317°36°96°
CMYK 0.000.360.10   0.04
XYZ62.283548.514373.7917
Yxy48.51430.33740.2628
Hunter Lab69.652237.7246-14.0571
CIE-Lab75.148241.4117-18.5240

#f49ddc color RGB value is (244,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011101 11011100
Octal 364 235 334
Decimal 244 157 220
Hex F4 9D DC

RGB Percentages of Color #f49ddc

%39.29
%25.28
%35.43

CMYK Percentages of Color #f49ddc

%0
%36
%10
%4

Triadic Colors of #f49ddc

#f49ddc #dcf49d #9ddcf4

Analogous Colors of #f49ddc

#f49ddc #f49db1 #e19df4

Monochromatic Colors of #f49ddc

#f49ddc

Complementary Color

#f49ddc #9df4b5

#f49ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49ddc Color CSS Codes

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

#f49ddc Text Font Color

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

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


#f49ddc Background Color

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

This div background color is #f49ddc


#f49ddc Border Color

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

This div border color is #f49ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49ddc


Comments

No comments written yet.

Please login to write comment.