Color Hex Logo

#fd355f Color Hex

#FD355F
(253,53,95)
0 Favorites   0 Comments

Color spaces of #fd355f

RGB 2535395
HSL0.970.980.60
HSV347°79°99°
CMYK 0.000.790.62   0.01
XYZ43.846724.255113.1972
Yxy24.25510.53930.2983
Hunter Lab49.249572.731618.5869
CIE-Lab56.342374.519625.7504

#fd355f color RGB value is (253,53,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110101 01011111
Octal 375 65 137
Decimal 253 53 95
Hex FD 35 5F

RGB Percentages of Color #fd355f

%63.09
%13.22
%23.69

CMYK Percentages of Color #fd355f

%0
%79
%62
%1

Triadic Colors of #fd355f

#fd355f #5ffd35 #355ffd

Analogous Colors of #fd355f

#fd355f #fd6f35 #fd35c3

Monochromatic Colors of #fd355f

#fd355f

Complementary Color

#fd355f #35fdd3

#fd355f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd355f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd355f Color CSS Codes

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

#fd355f Text Font Color

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

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


#fd355f Background Color

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

This div background color is #fd355f


#fd355f Border Color

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

This div border color is #fd355f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd355f

Related Colors


Comments

No comments written yet.

Please login to write comment.