Color Hex Logo

#f81aaa Color Hex

#F81AAA
(248,26,170)
0 Favorites   0 Comments

Color spaces of #f81aaa

RGB 24826170
HSL0.890.940.54
HSV321°90°97°
CMYK 0.000.900.31   0.03
XYZ46.336523.597540.1428
Yxy23.59750.42090.2144
Hunter Lab48.577385.2560-14.9914
CIE-Lab55.682584.5419-19.8194

#f81aaa color RGB value is (248,26,170).

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

The process color (four color CMYK) of #f81aaa color hex is 0.00, 0.90, 0.31, 0.03. Web safe color of #f81aaa is #ff3399. Color #f81aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011010 10101010
Octal 370 32 252
Decimal 248 26 170
Hex F8 1A AA

RGB Percentages of Color #f81aaa

%55.86
%5.86
%38.29

CMYK Percentages of Color #f81aaa

%0
%90
%31
%3

Triadic Colors of #f81aaa

#f81aaa #aaf81a #1aaaf8

Analogous Colors of #f81aaa

#f81aaa #f81a3b #d71af8

Monochromatic Colors of #f81aaa

#f81aaa

Complementary Color

#f81aaa #1af868

#f81aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81aaa Color CSS Codes

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

#f81aaa Text Font Color

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

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


#f81aaa Background Color

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

This div background color is #f81aaa


#f81aaa Border Color

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

This div border color is #f81aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81aaa


Comments

No comments written yet.

Please login to write comment.