Color Hex Logo

#fd325c Color Hex

#FD325C
(253,50,92)
0 Favorites   0 Comments

Color spaces of #fd325c

RGB 2535092
HSL0.970.980.59
HSV348°80°99°
CMYK 0.000.800.64   0.01
XYZ43.580423.936612.4485
Yxy23.93660.54500.2993
Hunter Lab48.925073.381619.1618
CIE-Lab56.024375.106727.1104

#fd325c color RGB value is (253,50,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110010 01011100
Octal 375 62 134
Decimal 253 50 92
Hex FD 32 5C

RGB Percentages of Color #fd325c

%64.05
%12.66
%23.29

CMYK Percentages of Color #fd325c

%0
%80
%64
%1

Triadic Colors of #fd325c

#fd325c #5cfd32 #325cfd

Analogous Colors of #fd325c

#fd325c #fd6e32 #fd32c2

Monochromatic Colors of #fd325c

#fd325c

Complementary Color

#fd325c #32fdd3

#fd325c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd325c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd325c Color CSS Codes

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

#fd325c Text Font Color

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

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


#fd325c Background Color

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

This div background color is #fd325c


#fd325c Border Color

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

This div border color is #fd325c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd325c


Comments

No comments written yet.

Please login to write comment.