Color Hex Logo

#f83947 Color Hex

#F83947
(248,57,71)
0 Favorites   0 Comments

Color spaces of #f83947

RGB 2485771
HSL0.990.930.60
HSV356°77°97°
CMYK 0.000.770.71   0.03
XYZ41.311923.33768.2885
Yxy23.33760.56640.3200
Hunter Lab48.309068.105223.6438
CIE-Lab55.418470.908938.3730

#f83947 color RGB value is (248,57,71).

#f83947 hex color red value is 248, green value is 57 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #f83947 hue: 0.99 , saturation: 0.93 and the lightness value of f83947 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00111001 01000111
Octal 370 71 107
Decimal 248 57 71
Hex F8 39 47

RGB Percentages of Color #f83947

%65.96
%15.16
%18.88

CMYK Percentages of Color #f83947

%0
%77
%71
%3

Triadic Colors of #f83947

#f83947 #47f839 #3947f8

Analogous Colors of #f83947

#f83947 #f88b39 #f839a7

Monochromatic Colors of #f83947

#f83947

Complementary Color

#f83947 #39f8ea

#f83947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83947 Color CSS Codes

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

#f83947 Text Font Color

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

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


#f83947 Background Color

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

This div background color is #f83947


#f83947 Border Color

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

This div border color is #f83947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83947


Comments

No comments written yet.

Please login to write comment.