Color Hex Logo

#f49def Color Hex

#F49DEF
(244,157,239)
0 Favorites   0 Comments

Color spaces of #f49def

RGB 244157239
HSL0.840.800.79
HSV303°36°96°
CMYK 0.000.360.02   0.04
XYZ64.945249.579087.8081
Yxy49.57900.32100.2450
Hunter Lab70.412441.4188-24.6493
CIE-Lab75.810144.6588-27.8675

#f49def color RGB value is (244,157,239).

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

The process color (four color CMYK) of #f49def color hex is 0.00, 0.36, 0.02, 0.04. Web safe color of #f49def is #ff99ff. Color #f49def contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011101 11101111
Octal 364 235 357
Decimal 244 157 239
Hex F4 9D EF

RGB Percentages of Color #f49def

%38.13
%24.53
%37.34

CMYK Percentages of Color #f49def

%0
%36
%2
%4

Triadic Colors of #f49def

#f49def #eff49d #9deff4

Analogous Colors of #f49def

#f49def #f49dc4 #ce9df4

Monochromatic Colors of #f49def

#f49def

Complementary Color

#f49def #9df4a2

#f49def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49def Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49def Color CSS Codes

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

#f49def Text Font Color

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

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


#f49def Background Color

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

This div background color is #f49def


#f49def Border Color

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

This div border color is #f49def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49def


Comments

No comments written yet.

Please login to write comment.