Color Hex Logo

#bda8db Color Hex

#BDA8DB
(189,168,219)
0 Favorites   0 Comments

Color spaces of #bda8db

RGB 189168219
HSL0.740.410.76
HSV265°23°86°
CMYK 0.140.230.00   0.14
XYZ47.775143.938672.9808
Yxy43.93860.29010.2668
Hunter Lab66.286212.6512-18.8777
CIE-Lab72.187417.4311-22.9828

#bda8db color RGB value is (189,168,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 11011011
Octal 275 250 333
Decimal 189 168 219
Hex BD A8 DB

RGB Percentages of Color #bda8db

%32.81
%29.17
%38.02

CMYK Percentages of Color #bda8db

%14
%23
%0
%14

Triadic Colors of #bda8db

#bda8db #dbbda8 #a8dbbd

Analogous Colors of #bda8db

#bda8db #d7a8db #a8addb

Monochromatic Colors of #bda8db

#bda8db

Complementary Color

#bda8db #c6dba8

#bda8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda8db Color CSS Codes

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

#bda8db Text Font Color

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

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


#bda8db Background Color

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

This div background color is #bda8db


#bda8db Border Color

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

This div border color is #bda8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda8db


Comments

No comments written yet.

Please login to write comment.