Color Hex Logo

#ff1271 Color Hex

#FF1271
(255,18,113)
0 Favorites   0 Comments

Color spaces of #ff1271

RGB 25518113
HSL0.931.000.54
HSV336°93°100°
CMYK 0.000.930.56   0.00
XYZ44.436922.884917.6979
Yxy22.88490.52270.2692
Hunter Lab47.838282.092011.5522
CIE-Lab54.953682.231213.1854

#ff1271 color RGB value is (255,18,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010010 01110001
Octal 377 22 161
Decimal 255 18 113
Hex FF 12 71

RGB Percentages of Color #ff1271

%66.06
%4.66
%29.27

CMYK Percentages of Color #ff1271

%0
%93
%56
%0

Triadic Colors of #ff1271

#ff1271 #71ff12 #1271ff

Analogous Colors of #ff1271

#ff1271 #ff2a12 #ff12e8

Monochromatic Colors of #ff1271

#ff1271

Complementary Color

#ff1271 #12ffa0

#ff1271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff1271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff1271 Color CSS Codes

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

#ff1271 Text Font Color

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

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


#ff1271 Background Color

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

This div background color is #ff1271


#ff1271 Border Color

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

This div border color is #ff1271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff1271


Comments

No comments written yet.

Please login to write comment.