Color Hex Logo

#f80572 Color Hex

#F80572
(248,5,114)
0 Favorites   0 Comments

Color spaces of #f80572

RGB 2485114
HSL0.930.960.50
HSV333°98°97°
CMYK 0.000.980.54   0.03
XYZ41.802921.279917.8238
Yxy21.27990.51670.2630
Hunter Lab46.130181.02809.3826
CIE-Lab53.254581.73079.9977

#f80572 color RGB value is (248,5,114).

#f80572 hex color red value is 248, green value is 5 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f80572 hue: 0.93 , saturation: 0.96 and the lightness value of f80572 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000101 01110010
Octal 370 5 162
Decimal 248 5 114
Hex F8 5 72

RGB Percentages of Color #f80572

%67.57
%1.36
%31.06

CMYK Percentages of Color #f80572

%0
%98
%54
%3

Triadic Colors of #f80572

#f80572 #72f805 #0572f8

Analogous Colors of #f80572

#f80572 #f81205 #f805ec

Monochromatic Colors of #f80572

#f80572

Complementary Color

#f80572 #05f88b

#f80572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80572 Color CSS Codes

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

#f80572 Text Font Color

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

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


#f80572 Background Color

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

This div background color is #f80572


#f80572 Border Color

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

This div border color is #f80572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80572


Comments

No comments written yet.

Please login to write comment.