Color Hex Logo

#ff479f Color Hex

#FF479F
(255,71,159)
0 Favorites   0 Comments

Color spaces of #ff479f

RGB 25571159
HSL0.921.000.64
HSV331°72°100°
CMYK 0.000.720.38   0.00
XYZ49.751228.269735.6353
Yxy28.26970.43770.2487
Hunter Lab53.169373.9787-2.5191
CIE-Lab60.131674.8032-6.5664

#ff479f color RGB value is (255,71,159).

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

The process color (four color CMYK) of #ff479f color hex is 0.00, 0.72, 0.38, 0.00. Web safe color of #ff479f is #ff3399. Color #ff479f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000111 10011111
Octal 377 107 237
Decimal 255 71 159
Hex FF 47 9F

RGB Percentages of Color #ff479f

%52.58
%14.64
%32.78

CMYK Percentages of Color #ff479f

%0
%72
%38
%0

Triadic Colors of #ff479f

#ff479f #9fff47 #479fff

Analogous Colors of #ff479f

#ff479f #ff4b47 #ff47fb

Monochromatic Colors of #ff479f

#ff479f

Complementary Color

#ff479f #47ffa7

#ff479f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff479f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff479f Color CSS Codes

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

#ff479f Text Font Color

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

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


#ff479f Background Color

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

This div background color is #ff479f


#ff479f Border Color

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

This div border color is #ff479f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff479f


Comments

No comments written yet.

Please login to write comment.