Color Hex Logo

#f80425 Color Hex

#F80425
(248,4,37)
0 Favorites   0 Comments

Color spaces of #f80425

RGB 248437
HSL0.980.970.49
HSV352°98°97°
CMYK 0.000.980.85   0.03
XYZ39.088720.17693.5846
Yxy20.17690.62190.3210
Hunter Lab44.918776.724726.7116
CIE-Lab52.036678.565753.2047

#f80425 color RGB value is (248,4,37).

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

The process color (four color CMYK) of #f80425 color hex is 0.00, 0.98, 0.85, 0.03. Web safe color of #f80425 is #ff0033. Color #f80425 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000100 00100101
Octal 370 4 45
Decimal 248 4 37
Hex F8 4 25

RGB Percentages of Color #f80425

%85.81
%1.38
%12.80

CMYK Percentages of Color #f80425

%0
%98
%85
%3

Triadic Colors of #f80425

#f80425 #25f804 #0425f8

Analogous Colors of #f80425

#f80425 #f85d04 #f8049f

Monochromatic Colors of #f80425

#f80425

Complementary Color

#f80425 #04f8d7

#f80425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80425 Color CSS Codes

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

#f80425 Text Font Color

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

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


#f80425 Background Color

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

This div background color is #f80425


#f80425 Border Color

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

This div border color is #f80425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80425


Comments

No comments written yet.

Please login to write comment.