Color Hex Logo

#fe17bd Color Hex

#FE17BD
(254,23,189)
0 Favorites   0 Comments

Color spaces of #fe17bd

RGB 25423189
HSL0.880.990.54
HSV317°91°100°
CMYK 0.000.910.26   0.00
XYZ50.364825.357750.3841
Yxy25.35770.39940.2011
Hunter Lab50.356490.4059-24.0731
CIE-Lab57.422388.1311-28.1042

#fe17bd color RGB value is (254,23,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010111 10111101
Octal 376 27 275
Decimal 254 23 189
Hex FE 17 BD

RGB Percentages of Color #fe17bd

%54.51
%4.94
%40.56

CMYK Percentages of Color #fe17bd

%0
%91
%26
%0

Triadic Colors of #fe17bd

#fe17bd #bdfe17 #17bdfe

Analogous Colors of #fe17bd

#fe17bd #fe1749 #cc17fe

Monochromatic Colors of #fe17bd

#fe17bd

Complementary Color

#fe17bd #17fe58

#fe17bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe17bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe17bd Color CSS Codes

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

#fe17bd Text Font Color

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

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


#fe17bd Background Color

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

This div background color is #fe17bd


#fe17bd Border Color

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

This div border color is #fe17bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe17bd


Comments

No comments written yet.

Please login to write comment.