Color Hex Logo

#bda2db Color Hex

#BDA2DB
(189,162,219)
0 Favorites   0 Comments

Color spaces of #bda2db

RGB 189162219
HSL0.750.440.75
HSV268°26°86°
CMYK 0.140.260.00   0.14
XYZ46.692841.774072.6200
Yxy41.77400.28990.2593
Hunter Lab64.632815.8467-21.3740
CIE-Lab70.714820.7536-25.2329

#bda2db color RGB value is (189,162,219).

#bda2db hex color red value is 189, green value is 162 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bda2db hue: 0.75 , saturation: 0.44 and the lightness value of bda2db is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 11011011
Octal 275 242 333
Decimal 189 162 219
Hex BD A2 DB

RGB Percentages of Color #bda2db

%33.16
%28.42
%38.42

CMYK Percentages of Color #bda2db

%14
%26
%0
%14

Triadic Colors of #bda2db

#bda2db #dbbda2 #a2dbbd

Analogous Colors of #bda2db

#bda2db #daa2db #a2a4db

Monochromatic Colors of #bda2db

#bda2db

Complementary Color

#bda2db #c0dba2

#bda2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda2db Color CSS Codes

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

#bda2db Text Font Color

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

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


#bda2db Background Color

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

This div background color is #bda2db


#bda2db Border Color

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

This div border color is #bda2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda2db


Comments

No comments written yet.

Please login to write comment.