Color Hex Logo

#fd329f Color Hex

#FD329F
(253,50,159)
0 Favorites   0 Comments

Color spaces of #fd329f

RGB 25350159
HSL0.910.980.59
HSV328°80°99°
CMYK 0.000.800.37   0.01
XYZ47.906625.667135.2302
Yxy25.66710.44030.2359
Hunter Lab50.662780.1297-5.7656
CIE-Lab57.719780.1564-10.2006

#fd329f color RGB value is (253,50,159).

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

The process color (four color CMYK) of #fd329f color hex is 0.00, 0.80, 0.37, 0.01. Web safe color of #fd329f is #ff3399. Color #fd329f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110010 10011111
Octal 375 62 237
Decimal 253 50 159
Hex FD 32 9F

RGB Percentages of Color #fd329f

%54.76
%10.82
%34.42

CMYK Percentages of Color #fd329f

%0
%80
%37
%1

Triadic Colors of #fd329f

#fd329f #9ffd32 #329ffd

Analogous Colors of #fd329f

#fd329f #fd3239 #f632fd

Monochromatic Colors of #fd329f

#fd329f

Complementary Color

#fd329f #32fd90

#fd329f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd329f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd329f Color CSS Codes

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

#fd329f Text Font Color

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

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


#fd329f Background Color

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

This div background color is #fd329f


#fd329f Border Color

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

This div border color is #fd329f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd329f

Related Colors


Comments

No comments written yet.

Please login to write comment.