Color Hex Logo

#ff119e Color Hex

#FF119E
(255,17,158)
0 Favorites   0 Comments

Color spaces of #ff119e

RGB 25517158
HSL0.901.000.53
HSV324°93°100°
CMYK 0.000.930.38   0.00
XYZ47.612024.129534.4958
Yxy24.12950.44820.2271
Hunter Lab49.121887.0506-7.2512
CIE-Lab56.217285.8153-11.8303

#ff119e color RGB value is (255,17,158).

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

The process color (four color CMYK) of #ff119e color hex is 0.00, 0.93, 0.38, 0.00. Web safe color of #ff119e is #ff0099. Color #ff119e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010001 10011110
Octal 377 21 236
Decimal 255 17 158
Hex FF 11 9E

RGB Percentages of Color #ff119e

%59.30
%3.95
%36.74

CMYK Percentages of Color #ff119e

%0
%93
%38
%0

Triadic Colors of #ff119e

#ff119e #9eff11 #119eff

Analogous Colors of #ff119e

#ff119e #ff1127 #e911ff

Monochromatic Colors of #ff119e

#ff119e

Complementary Color

#ff119e #11ff72

#ff119e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff119e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff119e Color CSS Codes

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

#ff119e Text Font Color

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

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


#ff119e Background Color

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

This div background color is #ff119e


#ff119e Border Color

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

This div border color is #ff119e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff119e

Related Colors


Comments

No comments written yet.

Please login to write comment.