Color Hex Logo

#f891aa Color Hex

#F891AA
(248,145,170)
0 Favorites   0 Comments

Color spaces of #f891aa

RGB 248145170
HSL0.960.880.77
HSV345°42°97°
CMYK 0.000.420.31   0.03
XYZ56.092543.109543.3948
Yxy43.10950.39340.3023
Hunter Lab65.657837.59416.7743
CIE-Lab71.629241.68503.9025

#f891aa color RGB value is (248,145,170).

#f891aa hex color red value is 248, green value is 145 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f891aa hue: 0.96 , saturation: 0.88 and the lightness value of f891aa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010001 10101010
Octal 370 221 252
Decimal 248 145 170
Hex F8 91 AA

RGB Percentages of Color #f891aa

%44.05
%25.75
%30.20

CMYK Percentages of Color #f891aa

%0
%42
%31
%3

Triadic Colors of #f891aa

#f891aa #aaf891 #91aaf8

Analogous Colors of #f891aa

#f891aa #f8ac91 #f891de

Monochromatic Colors of #f891aa

#f891aa

Complementary Color

#f891aa #91f8df

#f891aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f891aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f891aa Color CSS Codes

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

#f891aa Text Font Color

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

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


#f891aa Background Color

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

This div background color is #f891aa


#f891aa Border Color

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

This div border color is #f891aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f891aa


Comments

No comments written yet.

Please login to write comment.