Color Hex Logo

#bd96cd Color Hex

#BD96CD
(189,150,205)
0 Favorites   0 Comments

Color spaces of #bd96cd

RGB 189150205
HSL0.780.350.70
HSV283°27°80°
CMYK 0.080.270.00   0.20
XYZ42.912137.039362.6452
Yxy37.03930.30090.2597
Hunter Lab60.859919.3548-18.4273
CIE-Lab67.306524.4954-22.7116

#bd96cd color RGB value is (189,150,205).

#bd96cd hex color red value is 189, green value is 150 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd96cd hue: 0.78 , saturation: 0.35 and the lightness value of bd96cd is 0.70.

The process color (four color CMYK) of #bd96cd color hex is 0.08, 0.27, 0.00, 0.20. Web safe color of #bd96cd is #cc99cc. Color #bd96cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010110 11001101
Octal 275 226 315
Decimal 189 150 205
Hex BD 96 CD

RGB Percentages of Color #bd96cd

%34.74
%27.57
%37.68

CMYK Percentages of Color #bd96cd

%8
%27
%0
%20

Triadic Colors of #bd96cd

#bd96cd #cdbd96 #96cdbd

Analogous Colors of #bd96cd

#bd96cd #cd96c2 #a296cd

Monochromatic Colors of #bd96cd

#bd96cd

Complementary Color

#bd96cd #a6cd96

#bd96cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd96cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd96cd Color CSS Codes

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

#bd96cd Text Font Color

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

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


#bd96cd Background Color

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

This div background color is #bd96cd


#bd96cd Border Color

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

This div border color is #bd96cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,150,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd96cd


Comments

No comments written yet.

Please login to write comment.