Color Hex Logo

#f85980 Color Hex

#F85980
(248,89,128)
0 Favorites   0 Comments

Color spaces of #f85980

RGB 24889128
HSL0.960.920.66
HSV345°64°97°
CMYK 0.000.640.48   0.03
XYZ46.180128.659723.5200
Yxy28.65970.46950.2914
Hunter Lab53.534860.291711.4258
CIE-Lab60.480163.419411.8601

#f85980 color RGB value is (248,89,128).

#f85980 hex color red value is 248, green value is 89 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #f85980 hue: 0.96 , saturation: 0.92 and the lightness value of f85980 is 0.66.

The process color (four color CMYK) of #f85980 color hex is 0.00, 0.64, 0.48, 0.03. Web safe color of #f85980 is #ff6699. Color #f85980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011001 10000000
Octal 370 131 200
Decimal 248 89 128
Hex F8 59 80

RGB Percentages of Color #f85980

%53.33
%19.14
%27.53

CMYK Percentages of Color #f85980

%0
%64
%48
%3

Triadic Colors of #f85980

#f85980 #80f859 #5980f8

Analogous Colors of #f85980

#f85980 #f88259 #f859d0

Monochromatic Colors of #f85980

#f85980

Complementary Color

#f85980 #59f8d1

#f85980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85980 Color CSS Codes

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

#f85980 Text Font Color

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

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


#f85980 Background Color

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

This div background color is #f85980


#f85980 Border Color

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

This div border color is #f85980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85980


Comments

No comments written yet.

Please login to write comment.