Color Hex Logo

#fd485e Color Hex

#FD485E
(253,72,94)
0 Favorites   0 Comments

Color spaces of #fd485e

RGB 2537294
HSL0.980.980.64
HSV353°72°99°
CMYK 0.000.720.63   0.01
XYZ44.845826.325513.3074
Yxy26.32550.53090.3116
Hunter Lab51.308466.227220.5383
CIE-Lab58.344768.800828.9282

#fd485e color RGB value is (253,72,94).

#fd485e hex color red value is 253, green value is 72 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fd485e hue: 0.98 , saturation: 0.98 and the lightness value of fd485e is 0.64.

The process color (four color CMYK) of #fd485e color hex is 0.00, 0.72, 0.63, 0.01. Web safe color of #fd485e is #ff3366. Color #fd485e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001000 01011110
Octal 375 110 136
Decimal 253 72 94
Hex FD 48 5E

RGB Percentages of Color #fd485e

%60.38
%17.18
%22.43

CMYK Percentages of Color #fd485e

%0
%72
%63
%1

Triadic Colors of #fd485e

#fd485e #5efd48 #485efd

Analogous Colors of #fd485e

#fd485e #fd8d48 #fd48b9

Monochromatic Colors of #fd485e

#fd485e

Complementary Color

#fd485e #48fde7

#fd485e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd485e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd485e Color CSS Codes

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

#fd485e Text Font Color

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

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


#fd485e Background Color

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

This div background color is #fd485e


#fd485e Border Color

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

This div border color is #fd485e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd485e

Related Colors


Comments

No comments written yet.

Please login to write comment.