Color Hex Logo

#f8353e Color Hex

#F8353E
(248,53,62)
0 Favorites   0 Comments

Color spaces of #f8353e

RGB 2485362
HSL0.990.930.59
HSV357°79°97°
CMYK 0.000.790.75   0.03
XYZ40.854022.85056.8148
Yxy22.85050.57930.3240
Hunter Lab47.802268.900625.0090
CIE-Lab54.918071.661142.8650

#f8353e color RGB value is (248,53,62).

#f8353e hex color red value is 248, green value is 53 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f8353e hue: 0.99 , saturation: 0.93 and the lightness value of f8353e is 0.59.

The process color (four color CMYK) of #f8353e color hex is 0.00, 0.79, 0.75, 0.03. Web safe color of #f8353e is #ff3333. Color #f8353e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00110101 00111110
Octal 370 65 76
Decimal 248 53 62
Hex F8 35 3E

RGB Percentages of Color #f8353e

%68.32
%14.60
%17.08

CMYK Percentages of Color #f8353e

%0
%79
%75
%3

Triadic Colors of #f8353e

#f8353e #3ef835 #353ef8

Analogous Colors of #f8353e

#f8353e #f88e35 #f835a0

Monochromatic Colors of #f8353e

#f8353e

Complementary Color

#f8353e #35f8ef

#f8353e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8353e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8353e Color CSS Codes

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

#f8353e Text Font Color

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

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


#f8353e Background Color

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

This div background color is #f8353e


#f8353e Border Color

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

This div border color is #f8353e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8353e

Related Colors


Comments

No comments written yet.

Please login to write comment.