Color Hex Logo

#f81532 Color Hex

#F81532
(248,21,50)
0 Favorites   0 Comments

Color spaces of #f81532

RGB 2482150
HSL0.980.940.53
HSV352°92°97°
CMYK 0.000.920.80   0.03
XYZ39.555320.72314.9328
Yxy20.72310.60660.3178
Hunter Lab45.522675.436725.4412
CIE-Lab52.645177.416647.0561

#f81532 color RGB value is (248,21,50).

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

The process color (four color CMYK) of #f81532 color hex is 0.00, 0.92, 0.80, 0.03. Web safe color of #f81532 is #ff0033. Color #f81532 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010101 00110010
Octal 370 25 62
Decimal 248 21 50
Hex F8 15 32

RGB Percentages of Color #f81532

%77.74
%6.58
%15.67

CMYK Percentages of Color #f81532

%0
%92
%80
%3

Triadic Colors of #f81532

#f81532 #32f815 #1532f8

Analogous Colors of #f81532

#f81532 #f86a15 #f815a4

Monochromatic Colors of #f81532

#f81532

Complementary Color

#f81532 #15f8db

#f81532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81532 Color CSS Codes

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

#f81532 Text Font Color

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

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


#f81532 Background Color

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

This div background color is #f81532


#f81532 Border Color

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

This div border color is #f81532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81532


Comments

No comments written yet.

Please login to write comment.