Color Hex Logo

#fd05ad Color Hex

#FD05AD
(253,5,173)
0 Favorites   0 Comments

Color spaces of #fd05ad

RGB 2535173
HSL0.890.980.51
HSV319°98°99°
CMYK 0.000.980.32   0.01
XYZ48.105124.008341.6338
Yxy24.00830.42290.2111
Hunter Lab48.998389.4992-16.0799
CIE-Lab56.096187.7035-20.8603

#fd05ad color RGB value is (253,5,173).

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

The process color (four color CMYK) of #fd05ad color hex is 0.00, 0.98, 0.32, 0.01. Web safe color of #fd05ad is #ff0099. Color #fd05ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000101 10101101
Octal 375 5 255
Decimal 253 5 173
Hex FD 5 AD

RGB Percentages of Color #fd05ad

%58.70
%1.16
%40.14

CMYK Percentages of Color #fd05ad

%0
%98
%32
%1

Triadic Colors of #fd05ad

#fd05ad #adfd05 #05adfd

Analogous Colors of #fd05ad

#fd05ad #fd0531 #d105fd

Monochromatic Colors of #fd05ad

#fd05ad

Complementary Color

#fd05ad #05fd55

#fd05ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd05ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd05ad Color CSS Codes

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

#fd05ad Text Font Color

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

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


#fd05ad Background Color

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

This div background color is #fd05ad


#fd05ad Border Color

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

This div border color is #fd05ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd05ad


Comments

No comments written yet.

Please login to write comment.