Color Hex Logo

#ff113b Color Hex

#FF113B
(255,17,59)
0 Favorites   0 Comments

Color spaces of #ff113b

RGB 2551759
HSL0.971.000.53
HSV349°93°100°
CMYK 0.000.930.77   0.00
XYZ42.229921.97676.1538
Yxy21.97670.60020.3123
Hunter Lab46.879378.757925.0326
CIE-Lab54.002379.797743.9413

#ff113b color RGB value is (255,17,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010001 00111011
Octal 377 21 73
Decimal 255 17 59
Hex FF 11 3B

RGB Percentages of Color #ff113b

%77.04
%5.14
%17.82

CMYK Percentages of Color #ff113b

%0
%93
%77
%0

Triadic Colors of #ff113b

#ff113b #3bff11 #113bff

Analogous Colors of #ff113b

#ff113b #ff5e11 #ff11b2

Monochromatic Colors of #ff113b

#ff113b

Complementary Color

#ff113b #11ffd5

#ff113b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff113b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff113b Color CSS Codes

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

#ff113b Text Font Color

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

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


#ff113b Background Color

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

This div background color is #ff113b


#ff113b Border Color

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

This div border color is #ff113b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff113b


Comments

No comments written yet.

Please login to write comment.