Color Hex Logo

#ff449f Color Hex

#FF449F
(255,68,159)
0 Favorites   0 Comments

Color spaces of #ff449f

RGB 25568159
HSL0.921.000.63
HSV331°73°100°
CMYK 0.000.730.38   0.00
XYZ49.565127.897435.5733
Yxy27.89740.43850.2468
Hunter Lab52.818075.0753-2.9597
CIE-Lab59.795975.7470-7.0652

#ff449f color RGB value is (255,68,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000100 10011111
Octal 377 104 237
Decimal 255 68 159
Hex FF 44 9F

RGB Percentages of Color #ff449f

%52.90
%14.11
%32.99

CMYK Percentages of Color #ff449f

%0
%73
%38
%0

Triadic Colors of #ff449f

#ff449f #9fff44 #449fff

Analogous Colors of #ff449f

#ff449f #ff4744 #ff44fd

Monochromatic Colors of #ff449f

#ff449f

Complementary Color

#ff449f #44ffa4

#ff449f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff449f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff449f Color CSS Codes

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

#ff449f Text Font Color

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

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


#ff449f Background Color

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

This div background color is #ff449f


#ff449f Border Color

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

This div border color is #ff449f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,68,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 #ff449f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff449f


Comments

No comments written yet.

Please login to write comment.