Color Hex Logo

#bd8dbc Color Hex

#BD8DBC
(189,141,188)
0 Favorites   0 Comments

Color spaces of #bd8dbc

RGB 189141188
HSL0.840.270.65
HSV301°25°74°
CMYK 0.000.250.01   0.26
XYZ39.588233.499451.9565
Yxy33.49940.31660.2679
Hunter Lab57.878720.8038-12.7084
CIE-Lab64.563326.1487-17.3850

#bd8dbc color RGB value is (189,141,188).

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

The process color (four color CMYK) of #bd8dbc color hex is 0.00, 0.25, 0.01, 0.26. Web safe color of #bd8dbc is #cc99cc. Color #bd8dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001101 10111100
Octal 275 215 274
Decimal 189 141 188
Hex BD 8D BC

RGB Percentages of Color #bd8dbc

%36.49
%27.22
%36.29

CMYK Percentages of Color #bd8dbc

%0
%25
%1
%26

Triadic Colors of #bd8dbc

#bd8dbc #bcbd8d #8dbcbd

Analogous Colors of #bd8dbc

#bd8dbc #bd8da4 #a68dbd

Monochromatic Colors of #bd8dbc

#bd8dbc

Complementary Color

#bd8dbc #8dbd8e

#bd8dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8dbc Color CSS Codes

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

#bd8dbc Text Font Color

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

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


#bd8dbc Background Color

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

This div background color is #bd8dbc


#bd8dbc Border Color

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

This div border color is #bd8dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8dbc


Comments

No comments written yet.

Please login to write comment.