Color Hex Logo

#f82239 Color Hex

#F82239
(248,34,57)
0 Favorites   0 Comments

Color spaces of #f82239

RGB 2483457
HSL0.980.940.55
HSV354°86°97°
CMYK 0.000.860.77   0.03
XYZ40.021921.39595.8913
Yxy21.39590.59460.3179
Hunter Lab46.255773.496424.8276
CIE-Lab53.380175.710743.9758

#f82239 color RGB value is (248,34,57).

#f82239 hex color red value is 248, green value is 34 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #f82239 hue: 0.98 , saturation: 0.94 and the lightness value of f82239 is 0.55.

The process color (four color CMYK) of #f82239 color hex is 0.00, 0.86, 0.77, 0.03. Web safe color of #f82239 is #ff3333. Color #f82239 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00100010 00111001
Octal 370 42 71
Decimal 248 34 57
Hex F8 22 39

RGB Percentages of Color #f82239

%73.16
%10.03
%16.81

CMYK Percentages of Color #f82239

%0
%86
%77
%3

Triadic Colors of #f82239

#f82239 #39f822 #2239f8

Analogous Colors of #f82239

#f82239 #f87622 #f822a4

Monochromatic Colors of #f82239

#f82239

Complementary Color

#f82239 #22f8e1

#f82239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82239 Color CSS Codes

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

#f82239 Text Font Color

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

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


#f82239 Background Color

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

This div background color is #f82239


#f82239 Border Color

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

This div border color is #f82239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82239


Comments

No comments written yet.

Please login to write comment.