Color Hex Logo

#fd325f Color Hex

#FD325F
(253,50,95)
0 Favorites   0 Comments

Color spaces of #fd325f

RGB 2535095
HSL0.960.980.59
HSV347°80°99°
CMYK 0.000.800.62   0.01
XYZ43.714223.990113.1530
Yxy23.99010.54060.2967
Hunter Lab48.979773.596218.3641
CIE-Lab56.077975.269825.4052

#fd325f color RGB value is (253,50,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110010 01011111
Octal 375 62 137
Decimal 253 50 95
Hex FD 32 5F

RGB Percentages of Color #fd325f

%63.57
%12.56
%23.87

CMYK Percentages of Color #fd325f

%0
%80
%62
%1

Triadic Colors of #fd325f

#fd325f #5ffd32 #325ffd

Analogous Colors of #fd325f

#fd325f #fd6b32 #fd32c5

Monochromatic Colors of #fd325f

#fd325f

Complementary Color

#fd325f #32fdd0

#fd325f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd325f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd325f Color CSS Codes

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

#fd325f Text Font Color

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

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


#fd325f Background Color

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

This div background color is #fd325f


#fd325f Border Color

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

This div border color is #fd325f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd325f


Comments

No comments written yet.

Please login to write comment.