Color Hex Logo

#bdacdb Color Hex

#BDACDB
(189,172,219)
0 Favorites   0 Comments

Color spaces of #bdacdb

RGB 189172219
HSL0.730.390.77
HSV262°21°86°
CMYK 0.140.210.00   0.14
XYZ48.525045.438373.2308
Yxy45.43830.29020.2718
Hunter Lab67.407910.5330-17.2261
CIE-Lab73.179615.2239-21.4719

#bdacdb color RGB value is (189,172,219).

#bdacdb hex color red value is 189, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bdacdb hue: 0.73 , saturation: 0.39 and the lightness value of bdacdb is 0.77.

The process color (four color CMYK) of #bdacdb color hex is 0.14, 0.21, 0.00, 0.14. Web safe color of #bdacdb is #cc99cc. Color #bdacdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 11011011
Octal 275 254 333
Decimal 189 172 219
Hex BD AC DB

RGB Percentages of Color #bdacdb

%32.59
%29.66
%37.76

CMYK Percentages of Color #bdacdb

%14
%21
%0
%14

Triadic Colors of #bdacdb

#bdacdb #dbbdac #acdbbd

Analogous Colors of #bdacdb

#bdacdb #d5acdb #acb3db

Monochromatic Colors of #bdacdb

#bdacdb

Complementary Color

#bdacdb #cadbac

#bdacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacdb Color CSS Codes

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

#bdacdb Text Font Color

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

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


#bdacdb Background Color

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

This div background color is #bdacdb


#bdacdb Border Color

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

This div border color is #bdacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacdb


Comments

No comments written yet.

Please login to write comment.