Color Hex Logo

#fd405c Color Hex

#FD405C
(253,64,92)
0 Favorites   0 Comments

Color spaces of #fd405c

RGB 2536492
HSL0.980.980.62
HSV351°75°99°
CMYK 0.000.750.64   0.01
XYZ44.273225.322112.6794
Yxy25.32210.53810.3078
Hunter Lab50.321168.985020.2854
CIE-Lab57.387971.261228.8650

#fd405c color RGB value is (253,64,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000000 01011100
Octal 375 100 134
Decimal 253 64 92
Hex FD 40 5C

RGB Percentages of Color #fd405c

%61.86
%15.65
%22.49

CMYK Percentages of Color #fd405c

%0
%75
%64
%1

Triadic Colors of #fd405c

#fd405c #5cfd40 #405cfd

Analogous Colors of #fd405c

#fd405c #fd8340 #fd40bb

Monochromatic Colors of #fd405c

#fd405c

Complementary Color

#fd405c #40fde1

#fd405c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd405c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd405c Color CSS Codes

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

#fd405c Text Font Color

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

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


#fd405c Background Color

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

This div background color is #fd405c


#fd405c Border Color

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

This div border color is #fd405c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd405c


Comments

No comments written yet.

Please login to write comment.