Color Hex Logo

#f80073 Color Hex

#F80073
(248,0,115)
0 Favorites   0 Comments

Color spaces of #f80073

RGB 2480115
HSL0.921.000.49
HSV332°100°97°
CMYK 0.001.000.54   0.03
XYZ41.805921.194318.1071
Yxy21.19430.51540.2613
Hunter Lab46.037381.52858.9065
CIE-Lab53.161582.14069.2608

#f80073 color RGB value is (248,0,115).

#f80073 hex color red value is 248, green value is 0 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #f80073 hue: 0.92 , saturation: 1.00 and the lightness value of f80073 is 0.49.

The process color (four color CMYK) of #f80073 color hex is 0.00, 1.00, 0.54, 0.03. Web safe color of #f80073 is #ff0066. Color #f80073 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000000 01110011
Octal 370 0 163
Decimal 248 0 115
Hex F8 0 73

RGB Percentages of Color #f80073

%68.32
%0.00
%31.68

CMYK Percentages of Color #f80073

%0
%100
%54
%3

Triadic Colors of #f80073

#f80073 #73f800 #0073f8

Analogous Colors of #f80073

#f80073 #f80900 #f800ef

Monochromatic Colors of #f80073

#f80073

Complementary Color

#f80073 #00f885

#f80073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80073 Color CSS Codes

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

#f80073 Text Font Color

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

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


#f80073 Background Color

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

This div background color is #f80073


#f80073 Border Color

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

This div border color is #f80073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80073


Comments

No comments written yet.

Please login to write comment.