Color Hex Logo

#f880aa Color Hex

#F880AA
(248,128,170)
0 Favorites   0 Comments

Color spaces of #f880aa

RGB 248128170
HSL0.940.900.74
HSV339°48°97°
CMYK 0.000.480.31   0.03
XYZ53.686338.297142.5927
Yxy38.29710.39890.2846
Hunter Lab61.884746.55452.5123
CIE-Lab68.239050.2131-1.0302

#f880aa color RGB value is (248,128,170).

#f880aa hex color red value is 248, green value is 128 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f880aa hue: 0.94 , saturation: 0.90 and the lightness value of f880aa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000000 10101010
Octal 370 200 252
Decimal 248 128 170
Hex F8 80 AA

RGB Percentages of Color #f880aa

%45.42
%23.44
%31.14

CMYK Percentages of Color #f880aa

%0
%48
%31
%3

Triadic Colors of #f880aa

#f880aa #aaf880 #80aaf8

Analogous Colors of #f880aa

#f880aa #f89280 #f880e6

Monochromatic Colors of #f880aa

#f880aa

Complementary Color

#f880aa #80f8ce

#f880aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f880aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f880aa Color CSS Codes

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

#f880aa Text Font Color

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

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


#f880aa Background Color

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

This div background color is #f880aa


#f880aa Border Color

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

This div border color is #f880aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f880aa


Comments

No comments written yet.

Please login to write comment.