Color Hex Logo

#ff126e Color Hex

#FF126E
(255,18,110)
0 Favorites   0 Comments

Color spaces of #ff126e

RGB 25518110
HSL0.941.000.54
HSV337°93°100°
CMYK 0.000.930.57   0.00
XYZ44.270822.818416.8229
Yxy22.81840.52760.2719
Hunter Lab47.768681.834412.5576
CIE-Lab54.884882.043614.8961

#ff126e color RGB value is (255,18,110).

#ff126e hex color red value is 255, green value is 18 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ff126e hue: 0.94 , saturation: 1.00 and the lightness value of ff126e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010010 01101110
Octal 377 22 156
Decimal 255 18 110
Hex FF 12 6E

RGB Percentages of Color #ff126e

%66.58
%4.70
%28.72

CMYK Percentages of Color #ff126e

%0
%93
%57
%0

Triadic Colors of #ff126e

#ff126e #6eff12 #126eff

Analogous Colors of #ff126e

#ff126e #ff2d12 #ff12e5

Monochromatic Colors of #ff126e

#ff126e

Complementary Color

#ff126e #12ffa3

#ff126e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff126e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff126e Color CSS Codes

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

#ff126e Text Font Color

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

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


#ff126e Background Color

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

This div background color is #ff126e


#ff126e Border Color

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

This div border color is #ff126e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff126e


Comments

No comments written yet.

Please login to write comment.