Color Hex Logo

#ff499e Color Hex

#FF499E
(255,73,158)
0 Favorites   0 Comments

Color spaces of #ff499e

RGB 25573158
HSL0.921.000.64
HSV332°71°100°
CMYK 0.000.710.38   0.00
XYZ49.794128.493735.2231
Yxy28.49370.43870.2510
Hunter Lab53.379573.0964-1.7576
CIE-Lab60.332274.0545-5.6871

#ff499e color RGB value is (255,73,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01001001 10011110
Octal 377 111 236
Decimal 255 73 158
Hex FF 49 9E

RGB Percentages of Color #ff499e

%52.47
%15.02
%32.51

CMYK Percentages of Color #ff499e

%0
%71
%38
%0

Triadic Colors of #ff499e

#ff499e #9eff49 #499eff

Analogous Colors of #ff499e

#ff499e #ff4f49 #ff49f9

Monochromatic Colors of #ff499e

#ff499e

Complementary Color

#ff499e #49ffaa

#ff499e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff499e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff499e Color CSS Codes

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

#ff499e Text Font Color

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

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


#ff499e Background Color

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

This div background color is #ff499e


#ff499e Border Color

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

This div border color is #ff499e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff499e

#ff499e Color Palettes


Comments

No comments written yet.

Please login to write comment.