Color Hex Logo

#f48abd Color Hex

#F48ABD
(244,138,189)
0 Favorites   0 Comments

Color spaces of #f48abd

RGB 244138189
HSL0.920.830.75
HSV331°43°96°
CMYK 0.000.430.23   0.04
XYZ55.582041.084253.1447
Yxy41.08420.37100.2742
Hunter Lab64.097042.6175-4.2912
CIE-Lab70.234946.4189-8.7887

#f48abd color RGB value is (244,138,189).

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

The process color (four color CMYK) of #f48abd color hex is 0.00, 0.43, 0.23, 0.04. Web safe color of #f48abd is #ff99cc. Color #f48abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001010 10111101
Octal 364 212 275
Decimal 244 138 189
Hex F4 8A BD

RGB Percentages of Color #f48abd

%42.73
%24.17
%33.10

CMYK Percentages of Color #f48abd

%0
%43
%23
%4

Triadic Colors of #f48abd

#f48abd #bdf48a #8abdf4

Analogous Colors of #f48abd

#f48abd #f48c8a #f48af2

Monochromatic Colors of #f48abd

#f48abd

Complementary Color

#f48abd #8af4c1

#f48abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48abd Color CSS Codes

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

#f48abd Text Font Color

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

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


#f48abd Background Color

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

This div background color is #f48abd


#f48abd Border Color

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

This div border color is #f48abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48abd


Comments

No comments written yet.

Please login to write comment.