Color Hex Logo

#f80aba Color Hex

#F80ABA
(248,10,186)
0 Favorites   0 Comments

Color spaces of #f80aba

RGB 24810186
HSL0.880.940.51
HSV316°96°97°
CMYK 0.000.960.25   0.03
XYZ47.682923.718748.5194
Yxy23.71870.39760.1978
Hunter Lab48.701889.5372-24.9766
CIE-Lab55.805087.7890-28.9601

#f80aba color RGB value is (248,10,186).

#f80aba hex color red value is 248, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f80aba hue: 0.88 , saturation: 0.94 and the lightness value of f80aba is 0.51.

The process color (four color CMYK) of #f80aba color hex is 0.00, 0.96, 0.25, 0.03. Web safe color of #f80aba is #ff00cc. Color #f80aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001010 10111010
Octal 370 12 272
Decimal 248 10 186
Hex F8 A BA

RGB Percentages of Color #f80aba

%55.86
%2.25
%41.89

CMYK Percentages of Color #f80aba

%0
%96
%25
%3

Triadic Colors of #f80aba

#f80aba #baf80a #0abaf8

Analogous Colors of #f80aba

#f80aba #f80a43 #bf0af8

Monochromatic Colors of #f80aba

#f80aba

Complementary Color

#f80aba #0af848

#f80aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80aba Color CSS Codes

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

#f80aba Text Font Color

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

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


#f80aba Background Color

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

This div background color is #f80aba


#f80aba Border Color

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

This div border color is #f80aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80aba

Related Colors


Comments

No comments written yet.

Please login to write comment.