Color Hex Logo

#f80aa3 Color Hex

#F80AA3
(248,10,163)
0 Favorites   0 Comments

Color spaces of #f80aa3

RGB 24810163
HSL0.890.940.51
HSV321°96°97°
CMYK 0.000.960.34   0.03
XYZ45.430822.817936.6602
Yxy22.81790.43310.2175
Hunter Lab47.768186.1719-12.0652
CIE-Lab54.884385.4018-16.9224

#f80aa3 color RGB value is (248,10,163).

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

The process color (four color CMYK) of #f80aa3 color hex is 0.00, 0.96, 0.34, 0.03. Web safe color of #f80aa3 is #ff0099. Color #f80aa3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001010 10100011
Octal 370 12 243
Decimal 248 10 163
Hex F8 A A3

RGB Percentages of Color #f80aa3

%58.91
%2.38
%38.72

CMYK Percentages of Color #f80aa3

%0
%96
%34
%3

Triadic Colors of #f80aa3

#f80aa3 #a3f80a #0aa3f8

Analogous Colors of #f80aa3

#f80aa3 #f80a2c #d60af8

Monochromatic Colors of #f80aa3

#f80aa3

Complementary Color

#f80aa3 #0af85f

#f80aa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80aa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80aa3 Color CSS Codes

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

#f80aa3 Text Font Color

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

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


#f80aa3 Background Color

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

This div background color is #f80aa3


#f80aa3 Border Color

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

This div border color is #f80aa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80aa3

Related Colors


Comments

No comments written yet.

Please login to write comment.