Color Hex Logo

#fd418d Color Hex

#FD418D
(253,65,141)
0 Favorites   0 Comments

Color spaces of #fd418d

RGB 25365141
HSL0.930.980.62
HSV336°74°99°
CMYK 0.000.740.44   0.01
XYZ47.206026.586327.8429
Yxy26.58630.46450.2616
Hunter Lab51.561973.18714.0773
CIE-Lab58.589474.45831.6577

#fd418d color RGB value is (253,65,141).

#fd418d hex color red value is 253, green value is 65 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fd418d hue: 0.93 , saturation: 0.98 and the lightness value of fd418d is 0.62.

The process color (four color CMYK) of #fd418d color hex is 0.00, 0.74, 0.44, 0.01. Web safe color of #fd418d is #ff3399. Color #fd418d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000001 10001101
Octal 375 101 215
Decimal 253 65 141
Hex FD 41 8D

RGB Percentages of Color #fd418d

%55.12
%14.16
%30.72

CMYK Percentages of Color #fd418d

%0
%74
%44
%1

Triadic Colors of #fd418d

#fd418d #8dfd41 #418dfd

Analogous Colors of #fd418d

#fd418d #fd5341 #fd41eb

Monochromatic Colors of #fd418d

#fd418d

Complementary Color

#fd418d #41fdb1

#fd418d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd418d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd418d Color CSS Codes

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

#fd418d Text Font Color

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

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


#fd418d Background Color

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

This div background color is #fd418d


#fd418d Border Color

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

This div border color is #fd418d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd418d


Comments

No comments written yet.

Please login to write comment.