Color Hex Logo

#bd8bca Color Hex

#BD8BCA
(189,139,202)
0 Favorites   0 Comments

Color spaces of #bd8bca

RGB 189139202
HSL0.800.370.67
HSV288°31°79°
CMYK 0.060.310.00   0.21
XYZ40.879633.548360.1980
Yxy33.54830.30370.2492
Hunter Lab57.920924.6208-21.0763
CIE-Lab64.602429.9967-25.1789

#bd8bca color RGB value is (189,139,202).

#bd8bca hex color red value is 189, green value is 139 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bd8bca hue: 0.80 , saturation: 0.37 and the lightness value of bd8bca is 0.67.

The process color (four color CMYK) of #bd8bca color hex is 0.06, 0.31, 0.00, 0.21. Web safe color of #bd8bca is #cc99cc. Color #bd8bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001011 11001010
Octal 275 213 312
Decimal 189 139 202
Hex BD 8B CA

RGB Percentages of Color #bd8bca

%35.66
%26.23
%38.11

CMYK Percentages of Color #bd8bca

%6
%31
%0
%21

Triadic Colors of #bd8bca

#bd8bca #cabd8b #8bcabd

Analogous Colors of #bd8bca

#bd8bca #ca8bb8 #9e8bca

Monochromatic Colors of #bd8bca

#bd8bca

Complementary Color

#bd8bca #98ca8b

#bd8bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8bca Color CSS Codes

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

#bd8bca Text Font Color

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

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


#bd8bca Background Color

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

This div background color is #bd8bca


#bd8bca Border Color

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

This div border color is #bd8bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8bca


Comments

No comments written yet.

Please login to write comment.