Color Hex Logo

#ff135f Color Hex

#FF135F
(255,19,95)
0 Favorites   0 Comments

Color spaces of #ff135f

RGB 2551995
HSL0.951.000.54
HSV341°93°100°
CMYK 0.000.930.63   0.00
XYZ43.538422.552012.8847
Yxy22.55200.55130.2856
Hunter Lab47.488980.545217.1557
CIE-Lab54.607981.088023.5475

#ff135f color RGB value is (255,19,95).

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

The process color (four color CMYK) of #ff135f color hex is 0.00, 0.93, 0.63, 0.00. Web safe color of #ff135f is #ff0066. Color #ff135f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010011 01011111
Octal 377 23 137
Decimal 255 19 95
Hex FF 13 5F

RGB Percentages of Color #ff135f

%69.11
%5.15
%25.75

CMYK Percentages of Color #ff135f

%0
%93
%63
%0

Triadic Colors of #ff135f

#ff135f #5fff13 #135fff

Analogous Colors of #ff135f

#ff135f #ff3d13 #ff13d5

Monochromatic Colors of #ff135f

#ff135f

Complementary Color

#ff135f #13ffb3

#ff135f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff135f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff135f Color CSS Codes

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

#ff135f Text Font Color

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

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


#ff135f Background Color

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

This div background color is #ff135f


#ff135f Border Color

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

This div border color is #ff135f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff135f


Comments

No comments written yet.

Please login to write comment.