Color Hex Logo

#fd475f Color Hex

#FD475F
(253,71,95)
0 Favorites   0 Comments

Color spaces of #fd475f

RGB 2537195
HSL0.980.980.64
HSV352°72°99°
CMYK 0.000.720.62   0.01
XYZ44.826826.215313.5239
Yxy26.21530.53010.3100
Hunter Lab51.200966.676720.1801
CIE-Lab58.240869.193628.2137

#fd475f color RGB value is (253,71,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000111 01011111
Octal 375 107 137
Decimal 253 71 95
Hex FD 47 5F

RGB Percentages of Color #fd475f

%60.38
%16.95
%22.67

CMYK Percentages of Color #fd475f

%0
%72
%62
%1

Triadic Colors of #fd475f

#fd475f #5ffd47 #475ffd

Analogous Colors of #fd475f

#fd475f #fd8a47 #fd47ba

Monochromatic Colors of #fd475f

#fd475f

Complementary Color

#fd475f #47fde5

#fd475f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd475f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd475f Color CSS Codes

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

#fd475f Text Font Color

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

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


#fd475f Background Color

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

This div background color is #fd475f


#fd475f Border Color

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

This div border color is #fd475f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd475f

Related Colors


Comments

No comments written yet.

Please login to write comment.