Color Hex Logo

#f88aab Color Hex

#F88AAB
(248,138,171)
0 Favorites   0 Comments

Color spaces of #f88aab

RGB 248138171
HSL0.950.890.76
HSV342°44°97°
CMYK 0.000.440.31   0.03
XYZ55.150641.073743.5493
Yxy41.07370.39460.2939
Hunter Lab64.088841.45014.5737
CIE-Lab70.227545.36601.3113

#f88aab color RGB value is (248,138,171).

#f88aab hex color red value is 248, green value is 138 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f88aab hue: 0.95 , saturation: 0.89 and the lightness value of f88aab is 0.76.

The process color (four color CMYK) of #f88aab color hex is 0.00, 0.44, 0.31, 0.03. Web safe color of #f88aab is #ff9999. Color #f88aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001010 10101011
Octal 370 212 253
Decimal 248 138 171
Hex F8 8A AB

RGB Percentages of Color #f88aab

%44.52
%24.78
%30.70

CMYK Percentages of Color #f88aab

%0
%44
%31
%3

Triadic Colors of #f88aab

#f88aab #abf88a #8aabf8

Analogous Colors of #f88aab

#f88aab #f8a08a #f88ae2

Monochromatic Colors of #f88aab

#f88aab

Complementary Color

#f88aab #8af8d7

#f88aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88aab Color CSS Codes

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

#f88aab Text Font Color

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

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


#f88aab Background Color

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

This div background color is #f88aab


#f88aab Border Color

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

This div border color is #f88aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88aab


Comments

No comments written yet.

Please login to write comment.