Color Hex Logo

#bd6cba Color Hex

#BD6CBA
(189,108,186)
0 Favorites   0 Comments

Color spaces of #bd6cba

RGB 189108186
HSL0.840.380.58
HSV302°43°74°
CMYK 0.000.430.02   0.26
XYZ35.211825.089149.4412
Yxy25.08910.32090.2286
Hunter Lab50.089037.8269-23.4609
CIE-Lab57.162143.7497-27.5817

#bd6cba color RGB value is (189,108,186).

#bd6cba hex color red value is 189, green value is 108 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bd6cba hue: 0.84 , saturation: 0.38 and the lightness value of bd6cba is 0.58.

The process color (four color CMYK) of #bd6cba color hex is 0.00, 0.43, 0.02, 0.26. Web safe color of #bd6cba is #cc66cc. Color #bd6cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101100 10111010
Octal 275 154 272
Decimal 189 108 186
Hex BD 6C BA

RGB Percentages of Color #bd6cba

%39.13
%22.36
%38.51

CMYK Percentages of Color #bd6cba

%0
%43
%2
%26

Triadic Colors of #bd6cba

#bd6cba #babd6c #6cbabd

Analogous Colors of #bd6cba

#bd6cba #bd6c92 #986cbd

Monochromatic Colors of #bd6cba

#bd6cba

Complementary Color

#bd6cba #6cbd6f

#bd6cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6cba Color CSS Codes

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

#bd6cba Text Font Color

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

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


#bd6cba Background Color

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

This div background color is #bd6cba


#bd6cba Border Color

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

This div border color is #bd6cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6cba


Comments

No comments written yet.

Please login to write comment.