Color Hex Logo

#fd17bd Color Hex

#FD17BD
(253,23,189)
0 Favorites   0 Comments

Color spaces of #fd17bd

RGB 25323189
HSL0.880.980.54
HSV317°91°99°
CMYK 0.000.910.25   0.01
XYZ49.999725.169650.3670
Yxy25.16960.39830.2005
Hunter Lab50.169390.1002-24.4051
CIE-Lab57.240387.9356-28.4005

#fd17bd color RGB value is (253,23,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010111 10111101
Octal 375 27 275
Decimal 253 23 189
Hex FD 17 BD

RGB Percentages of Color #fd17bd

%54.41
%4.95
%40.65

CMYK Percentages of Color #fd17bd

%0
%91
%25
%1

Triadic Colors of #fd17bd

#fd17bd #bdfd17 #17bdfd

Analogous Colors of #fd17bd

#fd17bd #fd174a #ca17fd

Monochromatic Colors of #fd17bd

#fd17bd

Complementary Color

#fd17bd #17fd57

#fd17bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd17bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd17bd Color CSS Codes

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

#fd17bd Text Font Color

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

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


#fd17bd Background Color

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

This div background color is #fd17bd


#fd17bd Border Color

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

This div border color is #fd17bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd17bd


Comments

No comments written yet.

Please login to write comment.