Color Hex Logo

#ff147f Color Hex

#FF147F
(255,20,127)
0 Favorites   0 Comments

Color spaces of #ff147f

RGB 25520127
HSL0.921.000.54
HSV333°92°100°
CMYK 0.000.920.50   0.00
XYZ45.320923.292622.1859
Yxy23.29260.49910.2565
Hunter Lab48.262483.16156.5285
CIE-Lab55.372582.98215.3670

#ff147f color RGB value is (255,20,127).

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

The process color (four color CMYK) of #ff147f color hex is 0.00, 0.92, 0.50, 0.00. Web safe color of #ff147f is #ff0066. Color #ff147f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010100 01111111
Octal 377 24 177
Decimal 255 20 127
Hex FF 14 7F

RGB Percentages of Color #ff147f

%63.43
%4.98
%31.59

CMYK Percentages of Color #ff147f

%0
%92
%50
%0

Triadic Colors of #ff147f

#ff147f #7fff14 #147fff

Analogous Colors of #ff147f

#ff147f #ff1f14 #ff14f5

Monochromatic Colors of #ff147f

#ff147f

Complementary Color

#ff147f #14ff94

#ff147f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff147f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff147f Color CSS Codes

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

#ff147f Text Font Color

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

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


#ff147f Background Color

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

This div background color is #ff147f


#ff147f Border Color

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

This div border color is #ff147f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff147f


Comments

No comments written yet.

Please login to write comment.