Color Hex Logo

#bd8dce Color Hex

#BD8DCE
(189,141,206)
1 Favorites   0 Comments

Color spaces of #bd8dce

RGB 189141206
HSL0.790.400.68
HSV284°32°81°
CMYK 0.080.320.00   0.19
XYZ41.651734.324862.8226
Yxy34.32480.30010.2473
Hunter Lab58.587424.3737-22.5649
CIE-Lab65.219629.6980-26.4667

#bd8dce color RGB value is (189,141,206).

#bd8dce hex color red value is 189, green value is 141 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bd8dce hue: 0.79 , saturation: 0.40 and the lightness value of bd8dce is 0.68.

The process color (four color CMYK) of #bd8dce color hex is 0.08, 0.32, 0.00, 0.19. Web safe color of #bd8dce is #cc99cc. Color #bd8dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001101 11001110
Octal 275 215 316
Decimal 189 141 206
Hex BD 8D CE

RGB Percentages of Color #bd8dce

%35.26
%26.31
%38.43

CMYK Percentages of Color #bd8dce

%8
%32
%0
%19

Triadic Colors of #bd8dce

#bd8dce #cebd8d #8dcebd

Analogous Colors of #bd8dce

#bd8dce #ce8dbf #9d8dce

Monochromatic Colors of #bd8dce

#bd8dce

Complementary Color

#bd8dce #9ece8d

#bd8dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8dce Color CSS Codes

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

#bd8dce Text Font Color

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

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


#bd8dce Background Color

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

This div background color is #bd8dce


#bd8dce Border Color

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

This div border color is #bd8dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8dce

#bd8dce Color Palettes


Comments

No comments written yet.

Please login to write comment.