Color Hex Logo

#f49cef Color Hex

#F49CEF
(244,156,239)
0 Favorites   0 Comments

Color spaces of #f49cef

RGB 244156239
HSL0.840.800.78
HSV303°36°96°
CMYK 0.000.360.02   0.04
XYZ64.776749.242087.7519
Yxy49.24200.32100.2440
Hunter Lab70.172641.9721-25.0221
CIE-Lab75.601645.1763-28.1872

#f49cef color RGB value is (244,156,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011100 11101111
Octal 364 234 357
Decimal 244 156 239
Hex F4 9C EF

RGB Percentages of Color #f49cef

%38.18
%24.41
%37.40

CMYK Percentages of Color #f49cef

%0
%36
%2
%4

Triadic Colors of #f49cef

#f49cef #eff49c #9ceff4

Analogous Colors of #f49cef

#f49cef #f49cc3 #cd9cf4

Monochromatic Colors of #f49cef

#f49cef

Complementary Color

#f49cef #9cf4a1

#f49cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f49cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f49cef Color CSS Codes

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

#f49cef Text Font Color

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

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


#f49cef Background Color

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

This div background color is #f49cef


#f49cef Border Color

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

This div border color is #f49cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f49cef


Comments

No comments written yet.

Please login to write comment.