Color Hex Logo

#bda6c1 Color Hex

#BDA6C1
(189,166,193)
0 Favorites   0 Comments

Color spaces of #bda6c1

RGB 189166193
HSL0.810.180.70
HSV291°14°76°
CMYK 0.020.140.00   0.24
XYZ44.248141.941556.2155
Yxy41.94150.31070.2945
Hunter Lab64.76238.6242-6.1318
CIE-Lab70.830613.2455-10.7380

#bda6c1 color RGB value is (189,166,193).

#bda6c1 hex color red value is 189, green value is 166 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #bda6c1 hue: 0.81 , saturation: 0.18 and the lightness value of bda6c1 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 11000001
Octal 275 246 301
Decimal 189 166 193
Hex BD A6 C1

RGB Percentages of Color #bda6c1

%34.49
%30.29
%35.22

CMYK Percentages of Color #bda6c1

%2
%14
%0
%24

Triadic Colors of #bda6c1

#bda6c1 #c1bda6 #a6c1bd

Analogous Colors of #bda6c1

#bda6c1 #c1a6b8 #b0a6c1

Monochromatic Colors of #bda6c1

#bda6c1

Complementary Color

#bda6c1 #aac1a6

#bda6c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda6c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda6c1 Color CSS Codes

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

#bda6c1 Text Font Color

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

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


#bda6c1 Background Color

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

This div background color is #bda6c1


#bda6c1 Border Color

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

This div border color is #bda6c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda6c1


Comments

No comments written yet.

Please login to write comment.