Color Hex Logo

#f81034 Color Hex

#F81034
(248,16,52)
0 Favorites   0 Comments

Color spaces of #f81034

RGB 2481652
HSL0.970.940.52
HSV351°94°97°
CMYK 0.000.940.79   0.03
XYZ39.516520.57505.1374
Yxy20.57500.60580.3154
Hunter Lab45.359776.126425.0366
CIE-Lab52.481278.001045.8011

#f81034 color RGB value is (248,16,52).

#f81034 hex color red value is 248, green value is 16 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #f81034 hue: 0.97 , saturation: 0.94 and the lightness value of f81034 is 0.52.

The process color (four color CMYK) of #f81034 color hex is 0.00, 0.94, 0.79, 0.03. Web safe color of #f81034 is #ff0033. Color #f81034 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010000 00110100
Octal 370 20 64
Decimal 248 16 52
Hex F8 10 34

RGB Percentages of Color #f81034

%78.48
%5.06
%16.46

CMYK Percentages of Color #f81034

%0
%94
%79
%3

Triadic Colors of #f81034

#f81034 #34f810 #1034f8

Analogous Colors of #f81034

#f81034 #f86010 #f810a8

Monochromatic Colors of #f81034

#f81034

Complementary Color

#f81034 #10f8d4

#f81034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81034 Color CSS Codes

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

#f81034 Text Font Color

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

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


#f81034 Background Color

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

This div background color is #f81034


#f81034 Border Color

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

This div border color is #f81034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81034


Comments

No comments written yet.

Please login to write comment.