Color Hex Logo

#ff132e Color Hex

#FF132E
(255,19,46)
0 Favorites   0 Comments

Color spaces of #ff132e

RGB 2551946
HSL0.981.000.54
HSV353°93°100°
CMYK 0.000.930.82   0.00
XYZ41.966021.92304.6045
Yxy21.92300.61270.3201
Hunter Lab46.822078.048926.9448
CIE-Lab53.945279.247250.9158

#ff132e color RGB value is (255,19,46).

#ff132e hex color red value is 255, green value is 19 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ff132e hue: 0.98 , saturation: 1.00 and the lightness value of ff132e is 0.54.

The process color (four color CMYK) of #ff132e color hex is 0.00, 0.93, 0.82, 0.00. Web safe color of #ff132e is #ff0033. Color #ff132e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010011 00101110
Octal 377 23 56
Decimal 255 19 46
Hex FF 13 2E

RGB Percentages of Color #ff132e

%79.69
%5.94
%14.38

CMYK Percentages of Color #ff132e

%0
%93
%82
%0

Triadic Colors of #ff132e

#ff132e #2eff13 #132eff

Analogous Colors of #ff132e

#ff132e #ff6e13 #ff13a4

Monochromatic Colors of #ff132e

#ff132e

Complementary Color

#ff132e #13ffe4

#ff132e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff132e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff132e Color CSS Codes

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

#ff132e Text Font Color

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

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


#ff132e Background Color

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

This div background color is #ff132e


#ff132e Border Color

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

This div border color is #ff132e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,19,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff132e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff132e;
  -webkit-box-shadow: 1px 1px 3px 2px #ff132e;
  box-shadow:         1px 1px 3px 2px #ff132e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff132e


Comments

No comments written yet.

Please login to write comment.