Color Hex Logo

#fd54ad Color Hex

#FD54AD
(253,84,173)
0 Favorites   0 Comments

Color spaces of #fd54ad

RGB 25384173
HSL0.910.980.66
HSV328°67°99°
CMYK 0.000.670.32   0.01
XYZ51.221230.240442.6725
Yxy30.24040.41260.2436
Hunter Lab54.991370.0277-7.5144
CIE-Lab61.861171.2788-12.1179

#fd54ad color RGB value is (253,84,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010100 10101101
Octal 375 124 255
Decimal 253 84 173
Hex FD 54 AD

RGB Percentages of Color #fd54ad

%49.61
%16.47
%33.92

CMYK Percentages of Color #fd54ad

%0
%67
%32
%1

Triadic Colors of #fd54ad

#fd54ad #adfd54 #54adfd

Analogous Colors of #fd54ad

#fd54ad #fd5458 #f954fd

Monochromatic Colors of #fd54ad

#fd54ad

Complementary Color

#fd54ad #54fda4

#fd54ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd54ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd54ad Color CSS Codes

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

#fd54ad Text Font Color

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

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


#fd54ad Background Color

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

This div background color is #fd54ad


#fd54ad Border Color

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

This div border color is #fd54ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd54ad

Related Colors


Comments

No comments written yet.

Please login to write comment.