Color Hex Logo

#fd7455 Color Hex

#FD7455
(253,116,85)
0 Favorites   0 Comments

Color spaces of #fd7455

RGB 25311685
HSL0.030.980.66
HSV11°66°99°
CMYK 0.000.540.66   0.01
XYZ48.393134.029312.6120
Yxy34.02930.50920.3581
Hunter Lab58.334645.994028.0157
CIE-Lab64.985850.179442.1382

#fd7455 color RGB value is (253,116,85).

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

The process color (four color CMYK) of #fd7455 color hex is 0.00, 0.54, 0.66, 0.01. Web safe color of #fd7455 is #ff6666. Color #fd7455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110100 01010101
Octal 375 164 125
Decimal 253 116 85
Hex FD 74 55

RGB Percentages of Color #fd7455

%55.73
%25.55
%18.72

CMYK Percentages of Color #fd7455

%0
%54
%66
%1

Triadic Colors of #fd7455

#fd7455 #55fd74 #7455fd

Analogous Colors of #fd7455

#fd7455 #fdc855 #fd558a

Monochromatic Colors of #fd7455

#fd7455

Complementary Color

#fd7455 #55defd

#fd7455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7455 Color CSS Codes

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

#fd7455 Text Font Color

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

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


#fd7455 Background Color

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

This div background color is #fd7455


#fd7455 Border Color

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

This div border color is #fd7455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7455


Comments

No comments written yet.

Please login to write comment.