Color Hex Logo

#f81aae Color Hex

#F81AAE
(248,26,174)
0 Favorites   0 Comments

Color spaces of #f81aae

RGB 24826174
HSL0.890.940.54
HSV320°90°97°
CMYK 0.000.900.30   0.03
XYZ46.720823.751242.1664
Yxy23.75120.41480.2109
Hunter Lab48.735285.8353-17.1839
CIE-Lab55.837884.9574-21.9220

#f81aae color RGB value is (248,26,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011010 10101110
Octal 370 32 256
Decimal 248 26 174
Hex F8 1A AE

RGB Percentages of Color #f81aae

%55.36
%5.80
%38.84

CMYK Percentages of Color #f81aae

%0
%90
%30
%3

Triadic Colors of #f81aae

#f81aae #aef81a #1aaef8

Analogous Colors of #f81aae

#f81aae #f81a3f #d31af8

Monochromatic Colors of #f81aae

#f81aae

Complementary Color

#f81aae #1af864

#f81aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81aae Color CSS Codes

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

#f81aae Text Font Color

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

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


#f81aae Background Color

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

This div background color is #f81aae


#f81aae Border Color

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

This div border color is #f81aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81aae


Comments

No comments written yet.

Please login to write comment.