Color Hex Logo

#fd11bd Color Hex

#FD11BD
(253,17,189)
0 Favorites   0 Comments

Color spaces of #fd11bd

RGB 25317189
HSL0.880.980.53
HSV316°93°99°
CMYK 0.000.930.25   0.01
XYZ49.893824.957750.3317
Yxy24.95770.39860.1994
Hunter Lab49.957790.8458-24.7635
CIE-Lab57.034288.5388-28.7197

#fd11bd color RGB value is (253,17,189).

#fd11bd hex color red value is 253, green value is 17 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fd11bd hue: 0.88 , saturation: 0.98 and the lightness value of fd11bd is 0.53.

The process color (four color CMYK) of #fd11bd color hex is 0.00, 0.93, 0.25, 0.01. Web safe color of #fd11bd is #ff00cc. Color #fd11bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010001 10111101
Octal 375 21 275
Decimal 253 17 189
Hex FD 11 BD

RGB Percentages of Color #fd11bd

%55.12
%3.70
%41.18

CMYK Percentages of Color #fd11bd

%0
%93
%25
%1

Triadic Colors of #fd11bd

#fd11bd #bdfd11 #11bdfd

Analogous Colors of #fd11bd

#fd11bd #fd1147 #c711fd

Monochromatic Colors of #fd11bd

#fd11bd

Complementary Color

#fd11bd #11fd51

#fd11bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd11bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd11bd Color CSS Codes

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

#fd11bd Text Font Color

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

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


#fd11bd Background Color

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

This div background color is #fd11bd


#fd11bd Border Color

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

This div border color is #fd11bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd11bd


Comments

No comments written yet.

Please login to write comment.