Color Hex Logo

#b6a0dd Color Hex

#B6A0DD
(182,160,221)
0 Favorites   0 Comments

Color spaces of #b6a0dd

RGB 182160221
HSL0.730.470.75
HSV262°28°87°
CMYK 0.180.280.00   0.13
XYZ44.913440.307273.8195
Yxy40.30720.28240.2534
Hunter Lab63.488015.1727-24.4968
CIE-Lab69.687820.1039-27.9605

#b6a0dd color RGB value is (182,160,221).

#b6a0dd hex color red value is 182, green value is 160 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b6a0dd hue: 0.73 , saturation: 0.47 and the lightness value of b6a0dd is 0.75.

The process color (four color CMYK) of #b6a0dd color hex is 0.18, 0.28, 0.00, 0.13. Web safe color of #b6a0dd is #cc99cc. Color #b6a0dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10100000 11011101
Octal 266 240 335
Decimal 182 160 221
Hex B6 A0 DD

RGB Percentages of Color #b6a0dd

%32.33
%28.42
%39.25

CMYK Percentages of Color #b6a0dd

%18
%28
%0
%13

Triadic Colors of #b6a0dd

#b6a0dd #ddb6a0 #a0ddb6

Analogous Colors of #b6a0dd

#b6a0dd #d5a0dd #a0a9dd

Monochromatic Colors of #b6a0dd

#b6a0dd

Complementary Color

#b6a0dd #c7dda0

#b6a0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6a0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6a0dd Color CSS Codes

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

#b6a0dd Text Font Color

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

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


#b6a0dd Background Color

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

This div background color is #b6a0dd


#b6a0dd Border Color

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

This div border color is #b6a0dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,160,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6a0dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6a0dd;
  -webkit-box-shadow: 1px 1px 3px 2px #b6a0dd;
  box-shadow:         1px 1px 3px 2px #b6a0dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,160,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6a0dd


Comments

No comments written yet.

Please login to write comment.