Color Hex Logo

#bda6da Color Hex

#BDA6DA
(189,166,218)
0 Favorites   0 Comments

Color spaces of #bda6da

RGB 189166218
HSL0.740.410.75
HSV267°24°85°
CMYK 0.130.240.00   0.15
XYZ47.277443.153272.1673
Yxy43.15320.29080.2654
Hunter Lab65.691113.5057-19.1514
CIE-Lab71.658818.3243-23.2415

#bda6da color RGB value is (189,166,218).

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

The process color (four color CMYK) of #bda6da color hex is 0.13, 0.24, 0.00, 0.15. Web safe color of #bda6da is #cc99cc. Color #bda6da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 11011010
Octal 275 246 332
Decimal 189 166 218
Hex BD A6 DA

RGB Percentages of Color #bda6da

%32.98
%28.97
%38.05

CMYK Percentages of Color #bda6da

%13
%24
%0
%15

Triadic Colors of #bda6da

#bda6da #dabda6 #a6dabd

Analogous Colors of #bda6da

#bda6da #d7a6da #a6a9da

Monochromatic Colors of #bda6da

#bda6da

Complementary Color

#bda6da #c3daa6

#bda6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda6da Color CSS Codes

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

#bda6da Text Font Color

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

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


#bda6da Background Color

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

This div background color is #bda6da


#bda6da Border Color

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

This div border color is #bda6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda6da


Comments

No comments written yet.

Please login to write comment.