Color Hex Logo

#f82251 Color Hex

#F82251
(248,34,81)
0 Favorites   0 Comments

Color spaces of #f82251

RGB 2483481
HSL0.960.940.55
HSV347°86°97°
CMYK 0.000.860.67   0.03
XYZ40.768621.69469.8233
Yxy21.69460.56400.3001
Hunter Lab46.577574.728020.0998
CIE-Lab53.701576.641830.4742

#f82251 color RGB value is (248,34,81).

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

The process color (four color CMYK) of #f82251 color hex is 0.00, 0.86, 0.67, 0.03. Web safe color of #f82251 is #ff3366. Color #f82251 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00100010 01010001
Octal 370 42 121
Decimal 248 34 81
Hex F8 22 51

RGB Percentages of Color #f82251

%68.32
%9.37
%22.31

CMYK Percentages of Color #f82251

%0
%86
%67
%3

Triadic Colors of #f82251

#f82251 #51f822 #2251f8

Analogous Colors of #f82251

#f82251 #f85e22 #f822bc

Monochromatic Colors of #f82251

#f82251

Complementary Color

#f82251 #22f8c9

#f82251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82251 Color CSS Codes

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

#f82251 Text Font Color

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

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


#f82251 Background Color

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

This div background color is #f82251


#f82251 Border Color

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

This div border color is #f82251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82251


Comments

No comments written yet.

Please login to write comment.