Color Hex Logo

#ff118f Color Hex

#FF118F
(255,17,143)
0 Favorites   0 Comments

Color spaces of #ff118f

RGB 25517143
HSL0.911.000.53
HSV328°93°100°
CMYK 0.000.930.44   0.00
XYZ46.398423.644128.1049
Yxy23.64410.47270.2409
Hunter Lab48.625285.2315-0.2314
CIE-Lab55.729784.5138-3.6698

#ff118f color RGB value is (255,17,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010001 10001111
Octal 377 21 217
Decimal 255 17 143
Hex FF 11 8F

RGB Percentages of Color #ff118f

%61.45
%4.10
%34.46

CMYK Percentages of Color #ff118f

%0
%93
%44
%0

Triadic Colors of #ff118f

#ff118f #8fff11 #118fff

Analogous Colors of #ff118f

#ff118f #ff1118 #f811ff

Monochromatic Colors of #ff118f

#ff118f

Complementary Color

#ff118f #11ff81

#ff118f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff118f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff118f Color CSS Codes

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

#ff118f Text Font Color

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

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


#ff118f Background Color

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

This div background color is #ff118f


#ff118f Border Color

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

This div border color is #ff118f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff118f

Related Colors


Comments

No comments written yet.

Please login to write comment.