Color Hex Logo

#ff126a Color Hex

#FF126A
(255,18,106)
0 Favorites   0 Comments

Color spaces of #ff126a

RGB 25518106
HSL0.941.000.54
HSV338°93°100°
CMYK 0.000.930.58   0.00
XYZ44.057822.733215.7015
Yxy22.73320.53410.2756
Hunter Lab47.679381.502913.8505
CIE-Lab54.796581.801717.1834

#ff126a color RGB value is (255,18,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010010 01101010
Octal 377 22 152
Decimal 255 18 106
Hex FF 12 6A

RGB Percentages of Color #ff126a

%67.28
%4.75
%27.97

CMYK Percentages of Color #ff126a

%0
%93
%58
%0

Triadic Colors of #ff126a

#ff126a #6aff12 #126aff

Analogous Colors of #ff126a

#ff126a #ff3112 #ff12e1

Monochromatic Colors of #ff126a

#ff126a

Complementary Color

#ff126a #12ffa7

#ff126a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff126a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff126a Color CSS Codes

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

#ff126a Text Font Color

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

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


#ff126a Background Color

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

This div background color is #ff126a


#ff126a Border Color

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

This div border color is #ff126a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff126a

Related Colors


Comments

No comments written yet.

Please login to write comment.