Color Hex Logo

#ff409c Color Hex

#FF409C
(255,64,156)
0 Favorites   0 Comments

Color spaces of #ff409c

RGB 25564156
HSL0.921.000.63
HSV331°75°100°
CMYK 0.000.750.39   0.00
XYZ49.074127.327134.1407
Yxy27.32710.44390.2472
Hunter Lab52.275376.0872-2.1292
CIE-Lab59.275976.6553-6.0873

#ff409c color RGB value is (255,64,156).

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

The process color (four color CMYK) of #ff409c color hex is 0.00, 0.75, 0.39, 0.00. Web safe color of #ff409c is #ff3399. Color #ff409c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000000 10011100
Octal 377 100 234
Decimal 255 64 156
Hex FF 40 9C

RGB Percentages of Color #ff409c

%53.68
%13.47
%32.84

CMYK Percentages of Color #ff409c

%0
%75
%39
%0

Triadic Colors of #ff409c

#ff409c #9cff40 #409cff

Analogous Colors of #ff409c

#ff409c #ff4440 #ff40fc

Monochromatic Colors of #ff409c

#ff409c

Complementary Color

#ff409c #40ffa3

#ff409c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff409c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff409c Color CSS Codes

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

#ff409c Text Font Color

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

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


#ff409c Background Color

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

This div background color is #ff409c


#ff409c Border Color

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

This div border color is #ff409c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff409c

Related Colors


Comments

No comments written yet.

Please login to write comment.