Color Hex Logo

#bd6cbc Color Hex

#BD6CBC
(189,108,188)
0 Favorites   0 Comments

Color spaces of #bd6cbc

RGB 189108188
HSL0.840.380.58
HSV301°43°74°
CMYK 0.000.430.01   0.26
XYZ35.425925.174850.5690
Yxy25.17480.31870.2265
Hunter Lab50.174538.2253-24.6340
CIE-Lab57.245344.1174-28.5983

#bd6cbc color RGB value is (189,108,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101100 10111100
Octal 275 154 274
Decimal 189 108 188
Hex BD 6C BC

RGB Percentages of Color #bd6cbc

%38.97
%22.27
%38.76

CMYK Percentages of Color #bd6cbc

%0
%43
%1
%26

Triadic Colors of #bd6cbc

#bd6cbc #bcbd6c #6cbcbd

Analogous Colors of #bd6cbc

#bd6cbc #bd6c94 #966cbd

Monochromatic Colors of #bd6cbc

#bd6cbc

Complementary Color

#bd6cbc #6cbd6d

#bd6cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6cbc Color CSS Codes

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

#bd6cbc Text Font Color

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

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


#bd6cbc Background Color

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

This div background color is #bd6cbc


#bd6cbc Border Color

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

This div border color is #bd6cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6cbc


Comments

No comments written yet.

Please login to write comment.