Color Hex Logo

#ff1a47 Color Hex

#FF1A47
(255,26,71)
0 Favorites   0 Comments

Color spaces of #ff1a47

RGB 2552671
HSL0.971.000.55
HSV348°90°100°
CMYK 0.000.900.72   0.00
XYZ42.746722.45378.0422
Yxy22.45370.58360.3066
Hunter Lab47.385378.102023.1071
CIE-Lab54.505179.180337.6464

#ff1a47 color RGB value is (255,26,71).

#ff1a47 hex color red value is 255, green value is 26 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ff1a47 hue: 0.97 , saturation: 1.00 and the lightness value of ff1a47 is 0.55.

The process color (four color CMYK) of #ff1a47 color hex is 0.00, 0.90, 0.72, 0.00. Web safe color of #ff1a47 is #ff3333. Color #ff1a47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00011010 01000111
Octal 377 32 107
Decimal 255 26 71
Hex FF 1A 47

RGB Percentages of Color #ff1a47

%72.44
%7.39
%20.17

CMYK Percentages of Color #ff1a47

%0
%90
%72
%0

Triadic Colors of #ff1a47

#ff1a47 #47ff1a #1a47ff

Analogous Colors of #ff1a47

#ff1a47 #ff5f1a #ff1aba

Monochromatic Colors of #ff1a47

#ff1a47

Complementary Color

#ff1a47 #1affd2

#ff1a47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff1a47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff1a47 Color CSS Codes

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

#ff1a47 Text Font Color

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

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


#ff1a47 Background Color

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

This div background color is #ff1a47


#ff1a47 Border Color

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

This div border color is #ff1a47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff1a47

#ff1a47 Color Palettes


Comments

No comments written yet.

Please login to write comment.