Color Hex Logo

#ff406a Color Hex

#FF406A
(255,64,106)
0 Favorites   0 Comments

Color spaces of #ff406a

RGB 25564106
HSL0.961.000.63
HSV347°75°100°
CMYK 0.000.750.58   0.00
XYZ45.674925.967416.2405
Yxy25.96740.51970.2955
Hunter Lab50.958270.816316.7749
CIE-Lab58.006172.644621.5307

#ff406a color RGB value is (255,64,106).

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

The process color (four color CMYK) of #ff406a color hex is 0.00, 0.75, 0.58, 0.00. Web safe color of #ff406a is #ff3366. Color #ff406a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000000 01101010
Octal 377 100 152
Decimal 255 64 106
Hex FF 40 6A

RGB Percentages of Color #ff406a

%60.00
%15.06
%24.94

CMYK Percentages of Color #ff406a

%0
%75
%58
%0

Triadic Colors of #ff406a

#ff406a #6aff40 #406aff

Analogous Colors of #ff406a

#ff406a #ff7640 #ff40ca

Monochromatic Colors of #ff406a

#ff406a

Complementary Color

#ff406a #40ffd5

#ff406a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff406a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff406a Color CSS Codes

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

#ff406a Text Font Color

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

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


#ff406a Background Color

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

This div background color is #ff406a


#ff406a Border Color

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

This div border color is #ff406a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff406a

#ff406a Color Palettes


Comments

No comments written yet.

Please login to write comment.