Color Hex Logo

#bda8dc Color Hex

#BDA8DC
(189,168,220)
0 Favorites   0 Comments

Color spaces of #bda8dc

RGB 189168220
HSL0.730.430.76
HSV264°24°86°
CMYK 0.140.240.00   0.14
XYZ47.907243.991473.6764
Yxy43.99140.28930.2657
Hunter Lab66.326012.8598-19.4324
CIE-Lab72.222717.6450-23.4763

#bda8dc color RGB value is (189,168,220).

#bda8dc hex color red value is 189, green value is 168 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bda8dc hue: 0.73 , saturation: 0.43 and the lightness value of bda8dc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 11011100
Octal 275 250 334
Decimal 189 168 220
Hex BD A8 DC

RGB Percentages of Color #bda8dc

%32.76
%29.12
%38.13

CMYK Percentages of Color #bda8dc

%14
%24
%0
%14

Triadic Colors of #bda8dc

#bda8dc #dcbda8 #a8dcbd

Analogous Colors of #bda8dc

#bda8dc #d7a8dc #a8addc

Monochromatic Colors of #bda8dc

#bda8dc

Complementary Color

#bda8dc #c7dca8

#bda8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda8dc Color CSS Codes

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

#bda8dc Text Font Color

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

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


#bda8dc Background Color

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

This div background color is #bda8dc


#bda8dc Border Color

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

This div border color is #bda8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda8dc


Comments

No comments written yet.

Please login to write comment.