Color Hex Logo

#f48eec Color Hex

#F48EEC
(244,142,236)
0 Favorites   0 Comments

Color spaces of #f48eec

RGB 244142236
HSL0.850.820.76
HSV305°42°96°
CMYK 0.000.420.03   0.04
XYZ62.121644.635284.6982
Yxy44.63520.32450.2331
Hunter Lab66.809649.0580-28.3985
CIE-Lab72.651051.7985-31.0899

#f48eec color RGB value is (244,142,236).

#f48eec hex color red value is 244, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f48eec hue: 0.85 , saturation: 0.82 and the lightness value of f48eec is 0.76.

The process color (four color CMYK) of #f48eec color hex is 0.00, 0.42, 0.03, 0.04. Web safe color of #f48eec is #ff99ff. Color #f48eec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001110 11101100
Octal 364 216 354
Decimal 244 142 236
Hex F4 8E EC

RGB Percentages of Color #f48eec

%39.23
%22.83
%37.94

CMYK Percentages of Color #f48eec

%0
%42
%3
%4

Triadic Colors of #f48eec

#f48eec #ecf48e #8eecf4

Analogous Colors of #f48eec

#f48eec #f48eb9 #c98ef4

Monochromatic Colors of #f48eec

#f48eec

Complementary Color

#f48eec #8ef496

#f48eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48eec Color CSS Codes

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

#f48eec Text Font Color

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

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


#f48eec Background Color

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

This div background color is #f48eec


#f48eec Border Color

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

This div border color is #f48eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48eec


Comments

No comments written yet.

Please login to write comment.