Color Hex Logo

#ff117e Color Hex

#FF117E
(255,17,126)
0 Favorites   0 Comments

Color spaces of #ff117e

RGB 25517126
HSL0.921.000.53
HSV333°93°100°
CMYK 0.000.930.51   0.00
XYZ45.206323.167321.8278
Yxy23.16730.50120.2568
Hunter Lab48.132483.41676.8050
CIE-Lab55.244283.20525.7826

#ff117e color RGB value is (255,17,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010001 01111110
Octal 377 21 176
Decimal 255 17 126
Hex FF 11 7E

RGB Percentages of Color #ff117e

%64.07
%4.27
%31.66

CMYK Percentages of Color #ff117e

%0
%93
%51
%0

Triadic Colors of #ff117e

#ff117e #7eff11 #117eff

Analogous Colors of #ff117e

#ff117e #ff1b11 #ff11f5

Monochromatic Colors of #ff117e

#ff117e

Complementary Color

#ff117e #11ff92

#ff117e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff117e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff117e Color CSS Codes

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

#ff117e Text Font Color

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

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


#ff117e Background Color

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

This div background color is #ff117e


#ff117e Border Color

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

This div border color is #ff117e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff117e

Related Colors


Comments

No comments written yet.

Please login to write comment.