Color Hex Logo

#f85779 Color Hex

#F85779
(248,87,121)
0 Favorites   0 Comments

Color spaces of #f85779

RGB 24887121
HSL0.960.920.66
HSV347°65°97°
CMYK 0.000.650.51   0.03
XYZ45.570828.153321.1214
Yxy28.15330.48050.2968
Hunter Lab53.059760.451913.5403
CIE-Lab60.027063.636115.3053

#f85779 color RGB value is (248,87,121).

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

The process color (four color CMYK) of #f85779 color hex is 0.00, 0.65, 0.51, 0.03. Web safe color of #f85779 is #ff6666. Color #f85779 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010111 01111001
Octal 370 127 171
Decimal 248 87 121
Hex F8 57 79

RGB Percentages of Color #f85779

%54.39
%19.08
%26.54

CMYK Percentages of Color #f85779

%0
%65
%51
%3

Triadic Colors of #f85779

#f85779 #79f857 #5779f8

Analogous Colors of #f85779

#f85779 #f88657 #f857ca

Monochromatic Colors of #f85779

#f85779

Complementary Color

#f85779 #57f8d6

#f85779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85779 Color CSS Codes

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

#f85779 Text Font Color

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

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


#f85779 Background Color

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

This div background color is #f85779


#f85779 Border Color

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

This div border color is #f85779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85779


Comments

No comments written yet.

Please login to write comment.