Color Hex Logo

#f80ea9 Color Hex

#F80EA9
(248,14,169)
0 Favorites   0 Comments

Color spaces of #f80ea9

RGB 24814169
HSL0.890.940.51
HSV320°94°97°
CMYK 0.000.940.32   0.03
XYZ46.029923.135139.5756
Yxy23.13510.42330.2128
Hunter Lab48.099086.6483-15.1143
CIE-Lab55.211285.7035-19.9533

#f80ea9 color RGB value is (248,14,169).

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

The process color (four color CMYK) of #f80ea9 color hex is 0.00, 0.94, 0.32, 0.03. Web safe color of #f80ea9 is #ff0099. Color #f80ea9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001110 10101001
Octal 370 16 251
Decimal 248 14 169
Hex F8 E A9

RGB Percentages of Color #f80ea9

%57.54
%3.25
%39.21

CMYK Percentages of Color #f80ea9

%0
%94
%32
%3

Triadic Colors of #f80ea9

#f80ea9 #a9f80e #0ea9f8

Analogous Colors of #f80ea9

#f80ea9 #f80e34 #d20ef8

Monochromatic Colors of #f80ea9

#f80ea9

Complementary Color

#f80ea9 #0ef85d

#f80ea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80ea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80ea9 Color CSS Codes

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

#f80ea9 Text Font Color

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

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


#f80ea9 Background Color

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

This div background color is #f80ea9


#f80ea9 Border Color

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

This div border color is #f80ea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80ea9

Related Colors


Comments

No comments written yet.

Please login to write comment.