Color Hex Logo

#fe80bd Color Hex

#FE80BD
(254,128,189)
0 Favorites   0 Comments

Color spaces of #fe80bd

RGB 254128189
HSL0.920.980.75
HSV331°50°100°
CMYK 0.000.500.26   0.00
XYZ57.777540.183352.8551
Yxy40.18330.38310.2664
Hunter Lab63.390351.7620-5.0630
CIE-Lab69.599954.5903-9.5970

#fe80bd color RGB value is (254,128,189).

#fe80bd hex color red value is 254, green value is 128 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fe80bd hue: 0.92 , saturation: 0.98 and the lightness value of fe80bd is 0.75.

The process color (four color CMYK) of #fe80bd color hex is 0.00, 0.50, 0.26, 0.00. Web safe color of #fe80bd is #ff99cc. Color #fe80bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000000 10111101
Octal 376 200 275
Decimal 254 128 189
Hex FE 80 BD

RGB Percentages of Color #fe80bd

%44.48
%22.42
%33.10

CMYK Percentages of Color #fe80bd

%0
%50
%26
%0

Triadic Colors of #fe80bd

#fe80bd #bdfe80 #80bdfe

Analogous Colors of #fe80bd

#fe80bd #fe8280 #fe80fc

Monochromatic Colors of #fe80bd

#fe80bd

Complementary Color

#fe80bd #80fec1

#fe80bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe80bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe80bd Color CSS Codes

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

#fe80bd Text Font Color

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

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


#fe80bd Background Color

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

This div background color is #fe80bd


#fe80bd Border Color

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

This div border color is #fe80bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe80bd


Comments

No comments written yet.

Please login to write comment.