Color Hex Logo

#f8023e Color Hex

#F8023E
(248,2,62)
0 Favorites   0 Comments

Color spaces of #f8023e

RGB 248262
HSL0.960.980.49
HSV345°99°97°
CMYK 0.000.990.75   0.03
XYZ39.602620.34776.3976
Yxy20.34770.59690.3067
Hunter Lab45.108477.773023.1670
CIE-Lab52.228179.362939.8819

#f8023e color RGB value is (248,2,62).

#f8023e hex color red value is 248, green value is 2 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f8023e hue: 0.96 , saturation: 0.98 and the lightness value of f8023e is 0.49.

The process color (four color CMYK) of #f8023e color hex is 0.00, 0.99, 0.75, 0.03. Web safe color of #f8023e is #ff0033. Color #f8023e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000010 00111110
Octal 370 2 76
Decimal 248 2 62
Hex F8 2 3E

RGB Percentages of Color #f8023e

%79.49
%0.64
%19.87

CMYK Percentages of Color #f8023e

%0
%99
%75
%3

Triadic Colors of #f8023e

#f8023e #3ef802 #023ef8

Analogous Colors of #f8023e

#f8023e #f84102 #f802b9

Monochromatic Colors of #f8023e

#f8023e

Complementary Color

#f8023e #02f8bc

#f8023e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8023e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8023e Color CSS Codes

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

#f8023e Text Font Color

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

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


#f8023e Background Color

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

This div background color is #f8023e


#f8023e Border Color

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

This div border color is #f8023e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8023e


Comments

No comments written yet.

Please login to write comment.