Color Hex Logo

#fd6053 Color Hex

#FD6053
(253,96,83)
0 Favorites   0 Comments

Color spaces of #fd6053

RGB 2539683
HSL0.010.980.66
HSV67°99°
CMYK 0.000.620.67   0.01
XYZ46.252229.872911.5119
Yxy29.87290.52780.3409
Hunter Lab54.656155.405725.7714
CIE-Lab61.544459.036439.1260

#fd6053 color RGB value is (253,96,83).

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

The process color (four color CMYK) of #fd6053 color hex is 0.00, 0.62, 0.67, 0.01. Web safe color of #fd6053 is #ff6666. Color #fd6053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100000 01010011
Octal 375 140 123
Decimal 253 96 83
Hex FD 60 53

RGB Percentages of Color #fd6053

%58.56
%22.22
%19.21

CMYK Percentages of Color #fd6053

%0
%62
%67
%1

Triadic Colors of #fd6053

#fd6053 #53fd60 #6053fd

Analogous Colors of #fd6053

#fd6053 #fdb553 #fd539b

Monochromatic Colors of #fd6053

#fd6053

Complementary Color

#fd6053 #53f0fd

#fd6053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6053 Color CSS Codes

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

#fd6053 Text Font Color

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

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


#fd6053 Background Color

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

This div background color is #fd6053


#fd6053 Border Color

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

This div border color is #fd6053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6053


Comments

No comments written yet.

Please login to write comment.