Color Hex Logo

#f880ab Color Hex

#F880AB
(248,128,171)
0 Favorites   0 Comments

Color spaces of #f880ab

RGB 248128171
HSL0.940.900.74
HSV339°48°97°
CMYK 0.000.480.31   0.03
XYZ53.781338.335143.0929
Yxy38.33510.39780.2835
Hunter Lab61.915346.69792.0751
CIE-Lab68.266950.3367-1.5526

#f880ab color RGB value is (248,128,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000000 10101011
Octal 370 200 253
Decimal 248 128 171
Hex F8 80 AB

RGB Percentages of Color #f880ab

%45.34
%23.40
%31.26

CMYK Percentages of Color #f880ab

%0
%48
%31
%3

Triadic Colors of #f880ab

#f880ab #abf880 #80abf8

Analogous Colors of #f880ab

#f880ab #f89180 #f880e7

Monochromatic Colors of #f880ab

#f880ab

Complementary Color

#f880ab #80f8cd

#f880ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f880ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f880ab Color CSS Codes

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

#f880ab Text Font Color

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

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


#f880ab Background Color

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

This div background color is #f880ab


#f880ab Border Color

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

This div border color is #f880ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f880ab


Comments

No comments written yet.

Please login to write comment.