Color Hex Logo

#fd356f Color Hex

#FD356F
(253,53,111)
0 Favorites   0 Comments

Color spaces of #fd356f

RGB 25353111
HSL0.950.980.60
HSV343°79°99°
CMYK 0.000.790.56   0.01
XYZ44.650424.576517.4293
Yxy24.57650.51530.2836
Hunter Lab49.574774.013813.8573
CIE-Lab56.660475.494516.6833

#fd356f color RGB value is (253,53,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110101 01101111
Octal 375 65 157
Decimal 253 53 111
Hex FD 35 6F

RGB Percentages of Color #fd356f

%60.67
%12.71
%26.62

CMYK Percentages of Color #fd356f

%0
%79
%56
%1

Triadic Colors of #fd356f

#fd356f #6ffd35 #356ffd

Analogous Colors of #fd356f

#fd356f #fd5f35 #fd35d3

Monochromatic Colors of #fd356f

#fd356f

Complementary Color

#fd356f #35fdc3

#fd356f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd356f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd356f Color CSS Codes

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

#fd356f Text Font Color

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

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


#fd356f Background Color

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

This div background color is #fd356f


#fd356f Border Color

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

This div border color is #fd356f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd356f


Comments

No comments written yet.

Please login to write comment.