Color Hex Logo

#ff113e Color Hex

#FF113E
(255,17,62)
0 Favorites   0 Comments

Color spaces of #ff113e

RGB 2551762
HSL0.971.000.53
HSV349°93°100°
CMYK 0.000.930.76   0.00
XYZ42.310022.00876.5755
Yxy22.00870.59680.3104
Hunter Lab46.913478.886024.5292
CIE-Lab54.036279.892442.2853

#ff113e color RGB value is (255,17,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010001 00111110
Octal 377 21 76
Decimal 255 17 62
Hex FF 11 3E

RGB Percentages of Color #ff113e

%76.35
%5.09
%18.56

CMYK Percentages of Color #ff113e

%0
%93
%76
%0

Triadic Colors of #ff113e

#ff113e #3eff11 #113eff

Analogous Colors of #ff113e

#ff113e #ff5b11 #ff11b5

Monochromatic Colors of #ff113e

#ff113e

Complementary Color

#ff113e #11ffd2

#ff113e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff113e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff113e Color CSS Codes

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

#ff113e Text Font Color

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

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


#ff113e Background Color

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

This div background color is #ff113e


#ff113e Border Color

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

This div border color is #ff113e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff113e


Comments

No comments written yet.

Please login to write comment.