Color Hex Logo

#fd406b Color Hex

#FD406B
(253,64,107)
0 Favorites   0 Comments

Color spaces of #fd406b

RGB 25364107
HSL0.960.980.62
HSV346°75°99°
CMYK 0.000.750.58   0.01
XYZ44.995325.611016.4818
Yxy25.61100.51670.2941
Hunter Lab50.607370.142816.1155
CIE-Lab57.666072.158620.4215

#fd406b color RGB value is (253,64,107).

#fd406b hex color red value is 253, green value is 64 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fd406b hue: 0.96 , saturation: 0.98 and the lightness value of fd406b is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000000 01101011
Octal 375 100 153
Decimal 253 64 107
Hex FD 40 6B

RGB Percentages of Color #fd406b

%59.67
%15.09
%25.24

CMYK Percentages of Color #fd406b

%0
%75
%58
%1

Triadic Colors of #fd406b

#fd406b #6bfd40 #406bfd

Analogous Colors of #fd406b

#fd406b #fd7440 #fd40ca

Monochromatic Colors of #fd406b

#fd406b

Complementary Color

#fd406b #40fdd2

#fd406b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd406b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd406b Color CSS Codes

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

#fd406b Text Font Color

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

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


#fd406b Background Color

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

This div background color is #fd406b


#fd406b Border Color

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

This div border color is #fd406b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd406b

Related Colors


Comments

No comments written yet.

Please login to write comment.