Color Hex Logo

#fd529f Color Hex

#FD529F
(253,82,159)
0 Favorites   0 Comments

Color spaces of #fd529f

RGB 25382159
HSL0.920.980.66
HSV333°68°99°
CMYK 0.000.680.37   0.01
XYZ49.783329.420435.8557
Yxy29.42040.43270.2557
Hunter Lab54.240668.9106-1.2252
CIE-Lab61.150970.4965-5.0926

#fd529f color RGB value is (253,82,159).

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

The process color (four color CMYK) of #fd529f color hex is 0.00, 0.68, 0.37, 0.01. Web safe color of #fd529f is #ff6699. Color #fd529f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010010 10011111
Octal 375 122 237
Decimal 253 82 159
Hex FD 52 9F

RGB Percentages of Color #fd529f

%51.21
%16.60
%32.19

CMYK Percentages of Color #fd529f

%0
%68
%37
%1

Triadic Colors of #fd529f

#fd529f #9ffd52 #529ffd

Analogous Colors of #fd529f

#fd529f #fd5b52 #fd52f5

Monochromatic Colors of #fd529f

#fd529f

Complementary Color

#fd529f #52fdb0

#fd529f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd529f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd529f Color CSS Codes

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

#fd529f Text Font Color

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

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


#fd529f Background Color

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

This div background color is #fd529f


#fd529f Border Color

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

This div border color is #fd529f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd529f

Related Colors


Comments

No comments written yet.

Please login to write comment.