Color Hex Logo

#fd355d Color Hex

#FD355D
(253,53,93)
0 Favorites   0 Comments

Color spaces of #fd355d

RGB 2535393
HSL0.970.980.60
HSV348°79°99°
CMYK 0.000.790.63   0.01
XYZ43.756924.219212.7244
Yxy24.21920.54220.3001
Hunter Lab49.213072.587519.1192
CIE-Lab56.306674.409626.8853

#fd355d color RGB value is (253,53,93).

#fd355d hex color red value is 253, green value is 53 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fd355d hue: 0.97 , saturation: 0.98 and the lightness value of fd355d is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110101 01011101
Octal 375 65 135
Decimal 253 53 93
Hex FD 35 5D

RGB Percentages of Color #fd355d

%63.41
%13.28
%23.31

CMYK Percentages of Color #fd355d

%0
%79
%63
%1

Triadic Colors of #fd355d

#fd355d #5dfd35 #355dfd

Analogous Colors of #fd355d

#fd355d #fd7135 #fd35c1

Monochromatic Colors of #fd355d

#fd355d

Complementary Color

#fd355d #35fdd5

#fd355d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd355d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd355d Color CSS Codes

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

#fd355d Text Font Color

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

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


#fd355d Background Color

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

This div background color is #fd355d


#fd355d Border Color

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

This div border color is #fd355d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd355d


Comments

No comments written yet.

Please login to write comment.