Color Hex Logo

#bd93cb Color Hex

#BD93CB
(189,147,203)
0 Favorites   0 Comments

Color spaces of #bd93cb

RGB 189147203
HSL0.790.350.69
HSV285°28°80°
CMYK 0.070.280.00   0.20
XYZ42.199535.998161.2241
Yxy35.99810.30270.2582
Hunter Lab59.998420.5496-18.5023
CIE-Lab66.518525.7570-22.8028

#bd93cb color RGB value is (189,147,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010011 11001011
Octal 275 223 313
Decimal 189 147 203
Hex BD 93 CB

RGB Percentages of Color #bd93cb

%35.06
%27.27
%37.66

CMYK Percentages of Color #bd93cb

%7
%28
%0
%20

Triadic Colors of #bd93cb

#bd93cb #cbbd93 #93cbbd

Analogous Colors of #bd93cb

#bd93cb #cb93bd #a193cb

Monochromatic Colors of #bd93cb

#bd93cb

Complementary Color

#bd93cb #a1cb93

#bd93cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd93cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd93cb Color CSS Codes

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

#bd93cb Text Font Color

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

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


#bd93cb Background Color

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

This div background color is #bd93cb


#bd93cb Border Color

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

This div border color is #bd93cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd93cb


Comments

No comments written yet.

Please login to write comment.