Color Hex Logo

#ff117d Color Hex

#FF117D
(255,17,125)
0 Favorites   0 Comments

Color spaces of #ff117d

RGB 25517125
HSL0.921.000.53
HSV333°93°100°
CMYK 0.000.930.51   0.00
XYZ45.142123.141621.4896
Yxy23.14160.50280.2578
Hunter Lab48.105783.31837.1882
CIE-Lab55.217983.13406.3449

#ff117d color RGB value is (255,17,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010001 01111101
Octal 377 21 175
Decimal 255 17 125
Hex FF 11 7D

RGB Percentages of Color #ff117d

%64.23
%4.28
%31.49

CMYK Percentages of Color #ff117d

%0
%93
%51
%0

Triadic Colors of #ff117d

#ff117d #7dff11 #117dff

Analogous Colors of #ff117d

#ff117d #ff1c11 #ff11f4

Monochromatic Colors of #ff117d

#ff117d

Complementary Color

#ff117d #11ff93

#ff117d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff117d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff117d Color CSS Codes

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

#ff117d Text Font Color

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

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


#ff117d Background Color

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

This div background color is #ff117d


#ff117d Border Color

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

This div border color is #ff117d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff117d

Related Colors


Comments

No comments written yet.

Please login to write comment.