Color Hex Logo

#f80227 Color Hex

#F80227
(248,2,39)
0 Favorites   0 Comments

Color spaces of #f80227

RGB 248239
HSL0.970.980.49
HSV351°99°97°
CMYK 0.000.990.84   0.03
XYZ39.099320.14643.7473
Yxy20.14640.62070.3198
Hunter Lab44.884776.943926.4694
CIE-Lab52.002378.747152.1901

#f80227 color RGB value is (248,2,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000010 00100111
Octal 370 2 47
Decimal 248 2 39
Hex F8 2 27

RGB Percentages of Color #f80227

%85.81
%0.69
%13.49

CMYK Percentages of Color #f80227

%0
%99
%84
%3

Triadic Colors of #f80227

#f80227 #27f802 #0227f8

Analogous Colors of #f80227

#f80227 #f85802 #f802a2

Monochromatic Colors of #f80227

#f80227

Complementary Color

#f80227 #02f8d3

#f80227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80227 Color CSS Codes

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

#f80227 Text Font Color

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

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


#f80227 Background Color

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

This div background color is #f80227


#f80227 Border Color

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

This div border color is #f80227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80227


Comments

No comments written yet.

Please login to write comment.