Color Hex Logo

#bd80bd Color Hex

#BD80BD
(189,128,189)
0 Favorites   0 Comments

Color spaces of #bd80bd

RGB 189128189
HSL0.830.320.62
HSV300°32°74°
CMYK 0.000.320.00   0.26
XYZ37.890729.931351.9244
Yxy29.93130.31640.2500
Hunter Lab54.709527.8839-17.9751
CIE-Lab61.594933.5281-22.4706

#bd80bd color RGB value is (189,128,189).

#bd80bd hex color red value is 189, green value is 128 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd80bd hue: 0.83 , saturation: 0.32 and the lightness value of bd80bd is 0.62.

The process color (four color CMYK) of #bd80bd color hex is 0.00, 0.32, 0.00, 0.26. Web safe color of #bd80bd is #cc99cc. Color #bd80bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 10111101
Octal 275 200 275
Decimal 189 128 189
Hex BD 80 BD

RGB Percentages of Color #bd80bd

%37.35
%25.30
%37.35

CMYK Percentages of Color #bd80bd

%0
%32
%0
%26

Triadic Colors of #bd80bd

#bd80bd #bdbd80 #80bdbd

Analogous Colors of #bd80bd

#bd80bd #bd809f #9f80bd

Monochromatic Colors of #bd80bd

#bd80bd

Complementary Color

#bd80bd #80bd80

#bd80bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd80bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd80bd Color CSS Codes

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

#bd80bd Text Font Color

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

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


#bd80bd Background Color

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

This div background color is #bd80bd


#bd80bd Border Color

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

This div border color is #bd80bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd80bd


Comments

No comments written yet.

Please login to write comment.