Color Hex Logo

#bda4cd Color Hex

#BDA4CD
(189,164,205)
0 Favorites   0 Comments

Color spaces of #bda4cd

RGB 189164205
HSL0.770.290.72
HSV277°20°80°
CMYK 0.080.200.00   0.20
XYZ45.281241.777563.4349
Yxy41.77750.30090.2776
Hunter Lab64.635511.9382-12.9438
CIE-Lab70.717216.7267-17.5271

#bda4cd color RGB value is (189,164,205).

#bda4cd hex color red value is 189, green value is 164 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bda4cd hue: 0.77 , saturation: 0.29 and the lightness value of bda4cd is 0.72.

The process color (four color CMYK) of #bda4cd color hex is 0.08, 0.20, 0.00, 0.20. Web safe color of #bda4cd is #cc99cc. Color #bda4cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 11001101
Octal 275 244 315
Decimal 189 164 205
Hex BD A4 CD

RGB Percentages of Color #bda4cd

%33.87
%29.39
%36.74

CMYK Percentages of Color #bda4cd

%8
%20
%0
%20

Triadic Colors of #bda4cd

#bda4cd #cdbda4 #a4cdbd

Analogous Colors of #bda4cd

#bda4cd #cda4c9 #a9a4cd

Monochromatic Colors of #bda4cd

#bda4cd

Complementary Color

#bda4cd #b4cda4

#bda4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda4cd Color CSS Codes

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

#bda4cd Text Font Color

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

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


#bda4cd Background Color

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

This div background color is #bda4cd


#bda4cd Border Color

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

This div border color is #bda4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda4cd


Comments

No comments written yet.

Please login to write comment.