Color Hex Logo

#f80591 Color Hex

#F80591
(248,5,145)
0 Favorites   0 Comments

Color spaces of #f80591

RGB 2485145
HSL0.900.960.50
HSV325°98°97°
CMYK 0.000.980.42   0.03
XYZ43.876522.109328.7430
Yxy22.10930.46320.2334
Hunter Lab47.020584.2787-3.3288
CIE-Lab54.142884.0878-7.3624

#f80591 color RGB value is (248,5,145).

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

The process color (four color CMYK) of #f80591 color hex is 0.00, 0.98, 0.42, 0.03. Web safe color of #f80591 is #ff0099. Color #f80591 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000101 10010001
Octal 370 5 221
Decimal 248 5 145
Hex F8 5 91

RGB Percentages of Color #f80591

%62.31
%1.26
%36.43

CMYK Percentages of Color #f80591

%0
%98
%42
%3

Triadic Colors of #f80591

#f80591 #91f805 #0591f8

Analogous Colors of #f80591

#f80591 #f80518 #e605f8

Monochromatic Colors of #f80591

#f80591

Complementary Color

#f80591 #05f86c

#f80591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80591 Color CSS Codes

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

#f80591 Text Font Color

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

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


#f80591 Background Color

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

This div background color is #f80591


#f80591 Border Color

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

This div border color is #f80591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80591


Comments

No comments written yet.

Please login to write comment.