Color Hex Logo

#bd8bcc Color Hex

#BD8BCC
(189,139,204)
0 Favorites   0 Comments

Color spaces of #bd8bcc

RGB 189139204
HSL0.790.390.67
HSV286°32°80°
CMYK 0.070.320.00   0.20
XYZ41.118033.643761.4535
Yxy33.64370.30190.2470
Hunter Lab58.003225.0316-22.2146
CIE-Lab64.678830.4000-26.1807

#bd8bcc color RGB value is (189,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001011 11001100
Octal 275 213 314
Decimal 189 139 204
Hex BD 8B CC

RGB Percentages of Color #bd8bcc

%35.53
%26.13
%38.35

CMYK Percentages of Color #bd8bcc

%7
%32
%0
%20

Triadic Colors of #bd8bcc

#bd8bcc #ccbd8b #8bccbd

Analogous Colors of #bd8bcc

#bd8bcc #cc8bbb #9d8bcc

Monochromatic Colors of #bd8bcc

#bd8bcc

Complementary Color

#bd8bcc #9acc8b

#bd8bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8bcc Color CSS Codes

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

#bd8bcc Text Font Color

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

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


#bd8bcc Background Color

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

This div background color is #bd8bcc


#bd8bcc Border Color

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

This div border color is #bd8bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8bcc


Comments

No comments written yet.

Please login to write comment.