Color Hex Logo

#f48eba Color Hex

#F48EBA
(244,142,186)
0 Favorites   0 Comments

Color spaces of #f48eba

RGB 244142186
HSL0.930.820.76
HSV334°42°96°
CMYK 0.000.420.24   0.04
XYZ55.844242.124351.6419
Yxy42.12430.37330.2816
Hunter Lab64.903240.0047-1.7433
CIE-Lab70.956543.9647-6.0460

#f48eba color RGB value is (244,142,186).

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

The process color (four color CMYK) of #f48eba color hex is 0.00, 0.42, 0.24, 0.04. Web safe color of #f48eba is #ff99cc. Color #f48eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001110 10111010
Octal 364 216 272
Decimal 244 142 186
Hex F4 8E BA

RGB Percentages of Color #f48eba

%42.66
%24.83
%32.52

CMYK Percentages of Color #f48eba

%0
%42
%24
%4

Triadic Colors of #f48eba

#f48eba #baf48e #8ebaf4

Analogous Colors of #f48eba

#f48eba #f4958e #f48eed

Monochromatic Colors of #f48eba

#f48eba

Complementary Color

#f48eba #8ef4c8

#f48eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48eba Color CSS Codes

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

#f48eba Text Font Color

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

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


#f48eba Background Color

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

This div background color is #f48eba


#f48eba Border Color

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

This div border color is #f48eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48eba

#f48eba Color Palettes


Comments

No comments written yet.

Please login to write comment.