Color Hex Logo

#ff117a Color Hex

#FF117A
(255,17,122)
0 Favorites   0 Comments

Color spaces of #ff117a

RGB 25517122
HSL0.931.000.53
HSV334°93°100°
CMYK 0.000.930.52   0.00
XYZ44.953323.066020.4952
Yxy23.06600.50790.2606
Hunter Lab48.027183.02858.3174
CIE-Lab55.140382.92408.0355

#ff117a color RGB value is (255,17,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010001 01111010
Octal 377 21 172
Decimal 255 17 122
Hex FF 11 7A

RGB Percentages of Color #ff117a

%64.72
%4.31
%30.96

CMYK Percentages of Color #ff117a

%0
%93
%52
%0

Triadic Colors of #ff117a

#ff117a #7aff11 #117aff

Analogous Colors of #ff117a

#ff117a #ff1f11 #ff11f1

Monochromatic Colors of #ff117a

#ff117a

Complementary Color

#ff117a #11ff96

#ff117a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff117a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff117a Color CSS Codes

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

#ff117a Text Font Color

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

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


#ff117a Background Color

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

This div background color is #ff117a


#ff117a Border Color

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

This div border color is #ff117a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff117a


Comments

No comments written yet.

Please login to write comment.