Color Hex Logo

#fe55bd Color Hex

#FE55BD
(254,85,189)
0 Favorites   0 Comments

Color spaces of #fe55bd

RGB 25485189
HSL0.900.990.66
HSV323°67°100°
CMYK 0.000.670.26   0.00
XYZ53.306931.242051.3648
Yxy31.24200.39220.2299
Hunter Lab55.894572.4209-15.3589
CIE-Lab62.711473.0632-19.9823

#fe55bd color RGB value is (254,85,189).

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

The process color (four color CMYK) of #fe55bd color hex is 0.00, 0.67, 0.26, 0.00. Web safe color of #fe55bd is #ff66cc. Color #fe55bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010101 10111101
Octal 376 125 275
Decimal 254 85 189
Hex FE 55 BD

RGB Percentages of Color #fe55bd

%48.11
%16.10
%35.80

CMYK Percentages of Color #fe55bd

%0
%67
%26
%0

Triadic Colors of #fe55bd

#fe55bd #bdfe55 #55bdfe

Analogous Colors of #fe55bd

#fe55bd #fe5569 #eb55fe

Monochromatic Colors of #fe55bd

#fe55bd

Complementary Color

#fe55bd #55fe96

#fe55bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe55bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe55bd Color CSS Codes

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

#fe55bd Text Font Color

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

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


#fe55bd Background Color

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

This div background color is #fe55bd


#fe55bd Border Color

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

This div border color is #fe55bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe55bd

Related Colors


Comments

No comments written yet.

Please login to write comment.