Color Hex Logo

#fd325a Color Hex

#FD325A
(253,50,90)
0 Favorites   0 Comments

Color spaces of #fd325a

RGB 2535090
HSL0.970.980.59
HSV348°80°99°
CMYK 0.000.800.64   0.01
XYZ43.494123.902011.9940
Yxy23.90200.54790.3011
Hunter Lab48.889773.243419.6773
CIE-Lab55.989575.001728.2465

#fd325a color RGB value is (253,50,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110010 01011010
Octal 375 62 132
Decimal 253 50 90
Hex FD 32 5A

RGB Percentages of Color #fd325a

%64.38
%12.72
%22.90

CMYK Percentages of Color #fd325a

%0
%80
%64
%1

Triadic Colors of #fd325a

#fd325a #5afd32 #325afd

Analogous Colors of #fd325a

#fd325a #fd7032 #fd32c0

Monochromatic Colors of #fd325a

#fd325a

Complementary Color

#fd325a #32fdd5

#fd325a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd325a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd325a Color CSS Codes

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

#fd325a Text Font Color

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

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


#fd325a Background Color

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

This div background color is #fd325a


#fd325a Border Color

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

This div border color is #fd325a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd325a

Related Colors


Comments

No comments written yet.

Please login to write comment.