Color Hex Logo

#bda2dc Color Hex

#BDA2DC
(189,162,220)
0 Favorites   0 Comments

Color spaces of #bda2dc

RGB 189162220
HSL0.740.450.75
HSV268°26°86°
CMYK 0.140.260.00   0.14
XYZ46.824941.826873.3156
Yxy41.82680.28910.2582
Hunter Lab64.673616.0584-21.9410
CIE-Lab70.751320.9679-25.7261

#bda2dc color RGB value is (189,162,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 11011100
Octal 275 242 334
Decimal 189 162 220
Hex BD A2 DC

RGB Percentages of Color #bda2dc

%33.10
%28.37
%38.53

CMYK Percentages of Color #bda2dc

%14
%26
%0
%14

Triadic Colors of #bda2dc

#bda2dc #dcbda2 #a2dcbd

Analogous Colors of #bda2dc

#bda2dc #daa2dc #a2a4dc

Monochromatic Colors of #bda2dc

#bda2dc

Complementary Color

#bda2dc #c1dca2

#bda2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda2dc Color CSS Codes

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

#bda2dc Text Font Color

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

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


#bda2dc Background Color

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

This div background color is #bda2dc


#bda2dc Border Color

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

This div border color is #bda2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda2dc


Comments

No comments written yet.

Please login to write comment.