Color Hex Logo

#bd95bd Color Hex

#BD95BD
(189,149,189)
0 Favorites   0 Comments

Color spaces of #bd95bd

RGB 189149189
HSL0.830.230.66
HSV300°21°74°
CMYK 0.000.210.00   0.26
XYZ40.919035.987852.9338
Yxy35.98780.31510.2772
Hunter Lab59.989816.7725-10.3234
CIE-Lab66.510621.8931-15.0013

#bd95bd color RGB value is (189,149,189).

#bd95bd hex color red value is 189, green value is 149 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd95bd hue: 0.83 , saturation: 0.23 and the lightness value of bd95bd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010101 10111101
Octal 275 225 275
Decimal 189 149 189
Hex BD 95 BD

RGB Percentages of Color #bd95bd

%35.86
%28.27
%35.86

CMYK Percentages of Color #bd95bd

%0
%21
%0
%26

Triadic Colors of #bd95bd

#bd95bd #bdbd95 #95bdbd

Analogous Colors of #bd95bd

#bd95bd #bd95a9 #a995bd

Monochromatic Colors of #bd95bd

#bd95bd

Complementary Color

#bd95bd #95bd95

#bd95bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd95bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd95bd Color CSS Codes

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

#bd95bd Text Font Color

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

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


#bd95bd Background Color

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

This div background color is #bd95bd


#bd95bd Border Color

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

This div border color is #bd95bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd95bd


Comments

No comments written yet.

Please login to write comment.