Color Hex Logo

#f8584d Color Hex

#F8584D
(248,88,77)
0 Favorites   0 Comments

Color spaces of #f8584d

RGB 2488877
HSL0.010.920.64
HSV69°97°
CMYK 0.000.650.69   0.03
XYZ43.540727.471710.0289
Yxy27.47170.53730.3390
Hunter Lab52.413556.559325.3447
CIE-Lab59.408460.402739.6923

#f8584d color RGB value is (248,88,77).

#f8584d hex color red value is 248, green value is 88 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f8584d hue: 0.01 , saturation: 0.92 and the lightness value of f8584d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011000 01001101
Octal 370 130 115
Decimal 248 88 77
Hex F8 58 4D

RGB Percentages of Color #f8584d

%60.05
%21.31
%18.64

CMYK Percentages of Color #f8584d

%0
%65
%69
%3

Triadic Colors of #f8584d

#f8584d #4df858 #584df8

Analogous Colors of #f8584d

#f8584d #f8ae4d #f84d98

Monochromatic Colors of #f8584d

#f8584d

Complementary Color

#f8584d #4dedf8

#f8584d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8584d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8584d Color CSS Codes

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

#f8584d Text Font Color

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

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


#f8584d Background Color

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

This div background color is #f8584d


#f8584d Border Color

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

This div border color is #f8584d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8584d


Comments

No comments written yet.

Please login to write comment.