Color Hex Logo

#fd418c Color Hex

#FD418C
(253,65,140)
0 Favorites   0 Comments

Color spaces of #fd418c

RGB 25365140
HSL0.930.980.62
HSV336°74°99°
CMYK 0.000.740.45   0.01
XYZ47.131926.556727.4528
Yxy26.55670.46600.2626
Hunter Lab51.533273.07184.4882
CIE-Lab58.561774.37042.2056

#fd418c color RGB value is (253,65,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000001 10001100
Octal 375 101 214
Decimal 253 65 140
Hex FD 41 8C

RGB Percentages of Color #fd418c

%55.24
%14.19
%30.57

CMYK Percentages of Color #fd418c

%0
%74
%45
%1

Triadic Colors of #fd418c

#fd418c #8cfd41 #418cfd

Analogous Colors of #fd418c

#fd418c #fd5441 #fd41ea

Monochromatic Colors of #fd418c

#fd418c

Complementary Color

#fd418c #41fdb2

#fd418c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd418c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd418c Color CSS Codes

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

#fd418c Text Font Color

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

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


#fd418c Background Color

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

This div background color is #fd418c


#fd418c Border Color

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

This div border color is #fd418c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd418c


Comments

No comments written yet.

Please login to write comment.