Color Hex Logo

#f8808a Color Hex

#F8808A
(248,128,138)
0 Favorites   0 Comments

Color spaces of #f8808a

RGB 248128138
HSL0.990.900.74
HSV355°48°97°
CMYK 0.000.480.44   0.03
XYZ51.018037.229828.5419
Yxy37.22980.43680.3188
Hunter Lab61.016242.472314.9769
CIE-Lab67.449146.653915.8794

#f8808a color RGB value is (248,128,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000000 10001010
Octal 370 200 212
Decimal 248 128 138
Hex F8 80 8A

RGB Percentages of Color #f8808a

%48.25
%24.90
%26.85

CMYK Percentages of Color #f8808a

%0
%48
%44
%3

Triadic Colors of #f8808a

#f8808a #8af880 #808af8

Analogous Colors of #f8808a

#f8808a #f8b280 #f880c6

Monochromatic Colors of #f8808a

#f8808a

Complementary Color

#f8808a #80f8ee

#f8808a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8808a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8808a Color CSS Codes

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

#f8808a Text Font Color

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

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


#f8808a Background Color

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

This div background color is #f8808a


#f8808a Border Color

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

This div border color is #f8808a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8808a

Related Colors


Comments

No comments written yet.

Please login to write comment.