Color Hex Logo

#fd645a Color Hex

#FD645A
(253,100,90)
0 Favorites   0 Comments

Color spaces of #fd645a

RGB 25310090
HSL0.010.980.67
HSV64°99°
CMYK 0.000.600.64   0.01
XYZ46.910630.735213.1329
Yxy30.73520.51680.3386
Hunter Lab55.439354.020924.7625
CIE-Lab62.283557.708136.1548

#fd645a color RGB value is (253,100,90).

#fd645a hex color red value is 253, green value is 100 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fd645a hue: 0.01 , saturation: 0.98 and the lightness value of fd645a is 0.67.

The process color (four color CMYK) of #fd645a color hex is 0.00, 0.60, 0.64, 0.01. Web safe color of #fd645a is #ff6666. Color #fd645a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100100 01011010
Octal 375 144 132
Decimal 253 100 90
Hex FD 64 5A

RGB Percentages of Color #fd645a

%57.11
%22.57
%20.32

CMYK Percentages of Color #fd645a

%0
%60
%64
%1

Triadic Colors of #fd645a

#fd645a #5afd64 #645afd

Analogous Colors of #fd645a

#fd645a #fdb65a #fd5aa2

Monochromatic Colors of #fd645a

#fd645a

Complementary Color

#fd645a #5af3fd

#fd645a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd645a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd645a Color CSS Codes

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

#fd645a Text Font Color

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

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


#fd645a Background Color

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

This div background color is #fd645a


#fd645a Border Color

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

This div border color is #fd645a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd645a


Comments

No comments written yet.

Please login to write comment.