Color Hex Logo

#fd535f Color Hex

#FD535F
(253,83,95)
0 Favorites   0 Comments

Color spaces of #fd535f

RGB 2538395
HSL0.990.980.66
HSV356°67°99°
CMYK 0.000.670.62   0.01
XYZ45.666827.895413.8039
Yxy27.89540.52270.3193
Hunter Lab52.816161.909721.4754
CIE-Lab59.794164.914530.2078

#fd535f color RGB value is (253,83,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010011 01011111
Octal 375 123 137
Decimal 253 83 95
Hex FD 53 5F

RGB Percentages of Color #fd535f

%58.70
%19.26
%22.04

CMYK Percentages of Color #fd535f

%0
%67
%62
%1

Triadic Colors of #fd535f

#fd535f #5ffd53 #535ffd

Analogous Colors of #fd535f

#fd535f #fd9c53 #fd53b4

Monochromatic Colors of #fd535f

#fd535f

Complementary Color

#fd535f #53fdf1

#fd535f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd535f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd535f Color CSS Codes

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

#fd535f Text Font Color

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

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


#fd535f Background Color

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

This div background color is #fd535f


#fd535f Border Color

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

This div border color is #fd535f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,83,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 #fd535f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd535f

Related Colors


Comments

No comments written yet.

Please login to write comment.