Color Hex Logo

#f85aab Color Hex

#F85AAB
(248,90,171)
0 Favorites   0 Comments

Color spaces of #f85aab

RGB 24890171
HSL0.910.920.66
HSV329°64°97°
CMYK 0.000.640.31   0.03
XYZ49.718230.209141.7386
Yxy30.20910.40860.2483
Hunter Lab54.962865.2824-6.5507
CIE-Lab61.834267.3753-11.0887

#f85aab color RGB value is (248,90,171).

#f85aab hex color red value is 248, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f85aab hue: 0.91 , saturation: 0.92 and the lightness value of f85aab is 0.66.

The process color (four color CMYK) of #f85aab color hex is 0.00, 0.64, 0.31, 0.03. Web safe color of #f85aab is #ff6699. Color #f85aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011010 10101011
Octal 370 132 253
Decimal 248 90 171
Hex F8 5A AB

RGB Percentages of Color #f85aab

%48.72
%17.68
%33.60

CMYK Percentages of Color #f85aab

%0
%64
%31
%3

Triadic Colors of #f85aab

#f85aab #abf85a #5aabf8

Analogous Colors of #f85aab

#f85aab #f85a5c #f65af8

Monochromatic Colors of #f85aab

#f85aab

Complementary Color

#f85aab #5af8a7

#f85aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85aab Color CSS Codes

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

#f85aab Text Font Color

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

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


#f85aab Background Color

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

This div background color is #f85aab


#f85aab Border Color

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

This div border color is #f85aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85aab


Comments

No comments written yet.

Please login to write comment.