Color Hex Logo

#bd82bd Color Hex

#BD82BD
(189,130,189)
0 Favorites   0 Comments

Color spaces of #bd82bd

RGB 189130189
HSL0.830.310.63
HSV300°31°74°
CMYK 0.000.310.00   0.26
XYZ38.154230.458252.0122
Yxy30.45820.31630.2525
Hunter Lab55.188926.8231-17.2449
CIE-Lab62.047632.4280-21.7782

#bd82bd color RGB value is (189,130,189).

#bd82bd hex color red value is 189, green value is 130 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd82bd hue: 0.83 , saturation: 0.31 and the lightness value of bd82bd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000010 10111101
Octal 275 202 275
Decimal 189 130 189
Hex BD 82 BD

RGB Percentages of Color #bd82bd

%37.20
%25.59
%37.20

CMYK Percentages of Color #bd82bd

%0
%31
%0
%26

Triadic Colors of #bd82bd

#bd82bd #bdbd82 #82bdbd

Analogous Colors of #bd82bd

#bd82bd #bd82a0 #a082bd

Monochromatic Colors of #bd82bd

#bd82bd

Complementary Color

#bd82bd #82bd82

#bd82bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd82bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd82bd Color CSS Codes

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

#bd82bd Text Font Color

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

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


#bd82bd Background Color

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

This div background color is #bd82bd


#bd82bd Border Color

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

This div border color is #bd82bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd82bd


Comments

No comments written yet.

Please login to write comment.