Color Hex Logo

#f48eae Color Hex

#F48EAE
(244,142,174)
0 Favorites   0 Comments

Color spaces of #f48eae

RGB 244142174
HSL0.950.820.76
HSV341°42°96°
CMYK 0.000.420.29   0.04
XYZ54.621241.635145.2019
Yxy41.63510.38610.2943
Hunter Lab64.525338.18263.6332
CIE-Lab70.618642.34160.1447

#f48eae color RGB value is (244,142,174).

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

The process color (four color CMYK) of #f48eae color hex is 0.00, 0.42, 0.29, 0.04. Web safe color of #f48eae is #ff9999. Color #f48eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001110 10101110
Octal 364 216 256
Decimal 244 142 174
Hex F4 8E AE

RGB Percentages of Color #f48eae

%43.57
%25.36
%31.07

CMYK Percentages of Color #f48eae

%0
%42
%29
%4

Triadic Colors of #f48eae

#f48eae #aef48e #8eaef4

Analogous Colors of #f48eae

#f48eae #f4a18e #f48ee1

Monochromatic Colors of #f48eae

#f48eae

Complementary Color

#f48eae #8ef4d4

#f48eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48eae Color CSS Codes

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

#f48eae Text Font Color

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

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


#f48eae Background Color

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

This div background color is #f48eae


#f48eae Border Color

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

This div border color is #f48eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48eae


Comments

No comments written yet.

Please login to write comment.