Color Hex Logo

#bd66bd Color Hex

#BD66BD
(189,102,189)
0 Favorites   0 Comments

Color spaces of #bd66bd

RGB 189102189
HSL0.830.400.57
HSV300°46°74°
CMYK 0.000.460.00   0.26
XYZ34.922923.995750.9351
Yxy23.99570.31790.2184
Hunter Lab48.985441.5326-27.3600
CIE-Lab56.083547.4143-30.9743

#bd66bd color RGB value is (189,102,189).

#bd66bd hex color red value is 189, green value is 102 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd66bd hue: 0.83 , saturation: 0.40 and the lightness value of bd66bd is 0.57.

The process color (four color CMYK) of #bd66bd color hex is 0.00, 0.46, 0.00, 0.26. Web safe color of #bd66bd is #cc66cc. Color #bd66bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100110 10111101
Octal 275 146 275
Decimal 189 102 189
Hex BD 66 BD

RGB Percentages of Color #bd66bd

%39.38
%21.25
%39.38

CMYK Percentages of Color #bd66bd

%0
%46
%0
%26

Triadic Colors of #bd66bd

#bd66bd #bdbd66 #66bdbd

Analogous Colors of #bd66bd

#bd66bd #bd6692 #9266bd

Monochromatic Colors of #bd66bd

#bd66bd

Complementary Color

#bd66bd #66bd66

#bd66bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd66bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd66bd Color CSS Codes

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

#bd66bd Text Font Color

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

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


#bd66bd Background Color

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

This div background color is #bd66bd


#bd66bd Border Color

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

This div border color is #bd66bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd66bd


Comments

No comments written yet.

Please login to write comment.