Color Hex Logo

#bda4db Color Hex

#BDA4DB
(189,164,219)
0 Favorites   0 Comments

Color spaces of #bda4db

RGB 189164219
HSL0.740.430.75
HSV267°25°86°
CMYK 0.140.250.00   0.14
XYZ47.047942.484272.7384
Yxy42.48420.28990.2618
Hunter Lab65.179914.7793-20.5395
CIE-Lab71.203519.6449-24.4853

#bda4db color RGB value is (189,164,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 11011011
Octal 275 244 333
Decimal 189 164 219
Hex BD A4 DB

RGB Percentages of Color #bda4db

%33.04
%28.67
%38.29

CMYK Percentages of Color #bda4db

%14
%25
%0
%14

Triadic Colors of #bda4db

#bda4db #dbbda4 #a4dbbd

Analogous Colors of #bda4db

#bda4db #d9a4db #a4a7db

Monochromatic Colors of #bda4db

#bda4db

Complementary Color

#bda4db #c2dba4

#bda4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda4db Color CSS Codes

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

#bda4db Text Font Color

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

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


#bda4db Background Color

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

This div background color is #bda4db


#bda4db Border Color

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

This div border color is #bda4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda4db


Comments

No comments written yet.

Please login to write comment.