Color Hex Logo

#f80acb Color Hex

#F80ACB
(248,10,203)
0 Favorites   0 Comments

Color spaces of #f80acb

RGB 24810203
HSL0.860.940.51
HSV311°96°97°
CMYK 0.000.960.18   0.03
XYZ49.599424.485358.6119
Yxy24.48530.37380.1845
Hunter Lab49.482692.3267-35.5908
CIE-Lab56.570489.7428-37.5727

#f80acb color RGB value is (248,10,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001010 11001011
Octal 370 12 313
Decimal 248 10 203
Hex F8 A CB

RGB Percentages of Color #f80acb

%53.80
%2.17
%44.03

CMYK Percentages of Color #f80acb

%0
%96
%18
%3

Triadic Colors of #f80acb

#f80acb #cbf80a #0acbf8

Analogous Colors of #f80acb

#f80acb #f80a54 #ae0af8

Monochromatic Colors of #f80acb

#f80acb

Complementary Color

#f80acb #0af837

#f80acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80acb Color CSS Codes

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

#f80acb Text Font Color

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

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


#f80acb Background Color

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

This div background color is #f80acb


#f80acb Border Color

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

This div border color is #f80acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80acb

Related Colors


Comments

No comments written yet.

Please login to write comment.