Color Hex Logo

#fd53af Color Hex

#FD53AF
(253,83,175)
0 Favorites   0 Comments

Color spaces of #fd53af

RGB 25383175
HSL0.910.980.66
HSV328°67°99°
CMYK 0.000.670.31   0.01
XYZ51.339130.164343.6739
Yxy30.16430.41010.2410
Hunter Lab54.922070.7417-8.7019
CIE-Lab61.795771.8725-13.3667

#fd53af color RGB value is (253,83,175).

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

The process color (four color CMYK) of #fd53af color hex is 0.00, 0.67, 0.31, 0.01. Web safe color of #fd53af is #ff6699. Color #fd53af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010011 10101111
Octal 375 123 257
Decimal 253 83 175
Hex FD 53 AF

RGB Percentages of Color #fd53af

%49.51
%16.24
%34.25

CMYK Percentages of Color #fd53af

%0
%67
%31
%1

Triadic Colors of #fd53af

#fd53af #affd53 #53affd

Analogous Colors of #fd53af

#fd53af #fd535a #f653fd

Monochromatic Colors of #fd53af

#fd53af

Complementary Color

#fd53af #53fda1

#fd53af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd53af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd53af Color CSS Codes

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

#fd53af Text Font Color

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

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


#fd53af Background Color

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

This div background color is #fd53af


#fd53af Border Color

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

This div border color is #fd53af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd53af

Related Colors


Comments

No comments written yet.

Please login to write comment.