Color Hex Logo

#ff449e Color Hex

#FF449E
(255,68,158)
0 Favorites   0 Comments

Color spaces of #ff449e

RGB 25568158
HSL0.921.000.63
HSV331°73°100°
CMYK 0.000.730.38   0.00
XYZ49.478727.862935.1180
Yxy27.86290.44000.2478
Hunter Lab52.785374.9440-2.4958
CIE-Lab59.764775.6478-6.5289

#ff449e color RGB value is (255,68,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000100 10011110
Octal 377 104 236
Decimal 255 68 158
Hex FF 44 9E

RGB Percentages of Color #ff449e

%53.01
%14.14
%32.85

CMYK Percentages of Color #ff449e

%0
%73
%38
%0

Triadic Colors of #ff449e

#ff449e #9eff44 #449eff

Analogous Colors of #ff449e

#ff449e #ff4844 #ff44fc

Monochromatic Colors of #ff449e

#ff449e

Complementary Color

#ff449e #44ffa5

#ff449e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff449e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff449e Color CSS Codes

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

#ff449e Text Font Color

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

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


#ff449e Background Color

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

This div background color is #ff449e


#ff449e Border Color

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

This div border color is #ff449e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff449e

Related Colors


Comments

No comments written yet.

Please login to write comment.