Color Hex Logo

#f87973 Color Hex

#F87973
(248,121,115)
0 Favorites   0 Comments

Color spaces of #f87973

RGB 248121115
HSL0.010.900.71
HSV54°97°
CMYK 0.000.510.54   0.03
XYZ48.643334.869020.3863
Yxy34.86900.46820.3356
Hunter Lab59.050043.704620.8658
CIE-Lab65.646548.018326.3532

#f87973 color RGB value is (248,121,115).

#f87973 hex color red value is 248, green value is 121 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #f87973 hue: 0.01 , saturation: 0.90 and the lightness value of f87973 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111001 01110011
Octal 370 171 163
Decimal 248 121 115
Hex F8 79 73

RGB Percentages of Color #f87973

%51.24
%25.00
%23.76

CMYK Percentages of Color #f87973

%0
%51
%54
%3

Triadic Colors of #f87973

#f87973 #73f879 #7973f8

Analogous Colors of #f87973

#f87973 #f8bc73 #f873b0

Monochromatic Colors of #f87973

#f87973

Complementary Color

#f87973 #73f2f8

#f87973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87973 Color CSS Codes

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

#f87973 Text Font Color

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

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


#f87973 Background Color

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

This div background color is #f87973


#f87973 Border Color

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

This div border color is #f87973


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,121,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 #f87973">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87973


Comments

No comments written yet.

Please login to write comment.