Color Hex Logo

#f48bae Color Hex

#F48BAE
(244,139,174)
1 Favorites   0 Comments

Color spaces of #f48bae

RGB 244139174
HSL0.940.830.75
HSV340°43°96°
CMYK 0.000.430.29   0.04
XYZ54.180840.754345.0551
Yxy40.75430.38700.2911
Hunter Lab63.839139.77612.8428
CIE-Lab70.003443.8730-0.7542

#f48bae color RGB value is (244,139,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001011 10101110
Octal 364 213 256
Decimal 244 139 174
Hex F4 8B AE

RGB Percentages of Color #f48bae

%43.81
%24.96
%31.24

CMYK Percentages of Color #f48bae

%0
%43
%29
%4

Triadic Colors of #f48bae

#f48bae #aef48b #8baef4

Analogous Colors of #f48bae

#f48bae #f49d8b #f48be3

Monochromatic Colors of #f48bae

#f48bae

Complementary Color

#f48bae #8bf4d1

#f48bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48bae Color CSS Codes

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

#f48bae Text Font Color

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

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


#f48bae Background Color

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

This div background color is #f48bae


#f48bae Border Color

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

This div border color is #f48bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48bae


Comments

No comments written yet.

Please login to write comment.