Color Hex Logo

#f48abb Color Hex

#F48ABB
(244,138,187)
0 Favorites   0 Comments

Color spaces of #f48abb

RGB 244138187
HSL0.920.830.75
HSV332°43°96°
CMYK 0.000.430.23   0.04
XYZ55.366340.997952.0090
Yxy40.99790.37320.2763
Hunter Lab64.029642.2969-3.3385
CIE-Lab70.174546.1378-7.7631

#f48abb color RGB value is (244,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001010 10111011
Octal 364 212 273
Decimal 244 138 187
Hex F4 8A BB

RGB Percentages of Color #f48abb

%42.88
%24.25
%32.86

CMYK Percentages of Color #f48abb

%0
%43
%23
%4

Triadic Colors of #f48abb

#f48abb #bbf48a #8abbf4

Analogous Colors of #f48abb

#f48abb #f48e8a #f48af0

Monochromatic Colors of #f48abb

#f48abb

Complementary Color

#f48abb #8af4c3

#f48abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48abb Color CSS Codes

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

#f48abb Text Font Color

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

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


#f48abb Background Color

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

This div background color is #f48abb


#f48abb Border Color

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

This div border color is #f48abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48abb


Comments

No comments written yet.

Please login to write comment.