Color Hex Logo

#f82847 Color Hex

#F82847
(248,40,71)
0 Favorites   0 Comments

Color spaces of #f82847

RGB 2484071
HSL0.980.940.56
HSV351°84°97°
CMYK 0.000.840.71   0.03
XYZ40.607521.92908.0537
Yxy21.92900.57530.3107
Hunter Lab46.828472.837522.5830
CIE-Lab53.951675.066336.6521

#f82847 color RGB value is (248,40,71).

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

The process color (four color CMYK) of #f82847 color hex is 0.00, 0.84, 0.71, 0.03. Web safe color of #f82847 is #ff3333. Color #f82847 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101000 01000111
Octal 370 50 107
Decimal 248 40 71
Hex F8 28 47

RGB Percentages of Color #f82847

%69.08
%11.14
%19.78

CMYK Percentages of Color #f82847

%0
%84
%71
%3

Triadic Colors of #f82847

#f82847 #47f828 #2847f8

Analogous Colors of #f82847

#f82847 #f87128 #f828af

Monochromatic Colors of #f82847

#f82847

Complementary Color

#f82847 #28f8d9

#f82847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82847 Color CSS Codes

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

#f82847 Text Font Color

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

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


#f82847 Background Color

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

This div background color is #f82847


#f82847 Border Color

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

This div border color is #f82847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82847


Comments

No comments written yet.

Please login to write comment.