Color Hex Logo

#bd96cb Color Hex

#BD96CB
(189,150,203)
0 Favorites   0 Comments

Color spaces of #bd96cb

RGB 189150203
HSL0.790.340.69
HSV284°26°80°
CMYK 0.070.260.00   0.20
XYZ42.672136.943361.3816
Yxy36.94330.30260.2620
Hunter Lab60.781018.9515-17.3292
CIE-Lab67.234524.0894-21.7098

#bd96cb color RGB value is (189,150,203).

#bd96cb hex color red value is 189, green value is 150 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bd96cb hue: 0.79 , saturation: 0.34 and the lightness value of bd96cb is 0.69.

The process color (four color CMYK) of #bd96cb color hex is 0.07, 0.26, 0.00, 0.20. Web safe color of #bd96cb is #cc99cc. Color #bd96cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010110 11001011
Octal 275 226 313
Decimal 189 150 203
Hex BD 96 CB

RGB Percentages of Color #bd96cb

%34.87
%27.68
%37.45

CMYK Percentages of Color #bd96cb

%7
%26
%0
%20

Triadic Colors of #bd96cb

#bd96cb #cbbd96 #96cbbd

Analogous Colors of #bd96cb

#bd96cb #cb96bf #a396cb

Monochromatic Colors of #bd96cb

#bd96cb

Complementary Color

#bd96cb #a4cb96

#bd96cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd96cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd96cb Color CSS Codes

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

#bd96cb Text Font Color

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

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


#bd96cb Background Color

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

This div background color is #bd96cb


#bd96cb Border Color

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

This div border color is #bd96cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd96cb


Comments

No comments written yet.

Please login to write comment.