Color Hex Logo

#ff137e Color Hex

#FF137E
(255,19,126)
0 Favorites   0 Comments

Color spaces of #ff137e

RGB 25519126
HSL0.921.000.54
HSV333°93°100°
CMYK 0.000.930.51   0.00
XYZ45.238823.232121.8386
Yxy23.23210.50090.2572
Hunter Lab48.199783.18546.8763
CIE-Lab55.310683.01275.8777

#ff137e color RGB value is (255,19,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010011 01111110
Octal 377 23 176
Decimal 255 19 126
Hex FF 13 7E

RGB Percentages of Color #ff137e

%63.75
%4.75
%31.50

CMYK Percentages of Color #ff137e

%0
%93
%51
%0

Triadic Colors of #ff137e

#ff137e #7eff13 #137eff

Analogous Colors of #ff137e

#ff137e #ff1e13 #ff13f4

Monochromatic Colors of #ff137e

#ff137e

Complementary Color

#ff137e #13ff94

#ff137e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff137e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff137e Color CSS Codes

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

#ff137e Text Font Color

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

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


#ff137e Background Color

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

This div background color is #ff137e


#ff137e Border Color

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

This div border color is #ff137e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff137e

#ff137e Color Palettes


Comments

No comments written yet.

Please login to write comment.