Color Hex Logo

#ff80bf Color Hex

#FF80BF
(255,128,191)
4 Favorites   0 Comments

Color spaces of #ff80bf

RGB 255128191
HSL0.921.000.75
HSV330°50°100°
CMYK 0.000.500.25   0.00
XYZ58.363140.459954.0237
Yxy40.45990.38180.2647
Hunter Lab63.608152.4671-5.8306
CIE-Lab69.795855.1718-10.4091

#ff80bf color RGB value is (255,128,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000000 10111111
Octal 377 200 277
Decimal 255 128 191
Hex FF 80 BF

RGB Percentages of Color #ff80bf

%44.43
%22.30
%33.28

CMYK Percentages of Color #ff80bf

%0
%50
%25
%0

Triadic Colors of #ff80bf

#ff80bf #bfff80 #80bfff

Analogous Colors of #ff80bf

#ff80bf #ff8180 #ff80ff

Monochromatic Colors of #ff80bf

#ff80bf

Complementary Color

#ff80bf #80ffc0

#ff80bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff80bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff80bf Color CSS Codes

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

#ff80bf Text Font Color

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

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


#ff80bf Background Color

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

This div background color is #ff80bf


#ff80bf Border Color

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

This div border color is #ff80bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,128,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff80bf

Related Colors

#ff80bf Color Palettes


Comments

No comments written yet.

Please login to write comment.