Color Hex Logo

#f48aae Color Hex

#F48AAE
(244,138,174)
0 Favorites   0 Comments

Color spaces of #f48aae

RGB 244138174
HSL0.940.830.75
HSV340°43°96°
CMYK 0.000.430.29   0.04
XYZ54.036740.466045.0071
Yxy40.46600.38730.2901
Hunter Lab63.612940.30632.5804
CIE-Lab69.800244.3813-1.0518

#f48aae color RGB value is (244,138,174).

#f48aae hex color red value is 244, green value is 138 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f48aae hue: 0.94 , saturation: 0.83 and the lightness value of f48aae is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001010 10101110
Octal 364 212 256
Decimal 244 138 174
Hex F4 8A AE

RGB Percentages of Color #f48aae

%43.88
%24.82
%31.29

CMYK Percentages of Color #f48aae

%0
%43
%29
%4

Triadic Colors of #f48aae

#f48aae #aef48a #8aaef4

Analogous Colors of #f48aae

#f48aae #f49b8a #f48ae3

Monochromatic Colors of #f48aae

#f48aae

Complementary Color

#f48aae #8af4d0

#f48aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48aae Color CSS Codes

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

#f48aae Text Font Color

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

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


#f48aae Background Color

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

This div background color is #f48aae


#f48aae Border Color

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

This div border color is #f48aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48aae


Comments

No comments written yet.

Please login to write comment.