Color Hex Logo

#b6a3dd Color Hex

#B6A3DD
(182,163,221)
0 Favorites   0 Comments

Color spaces of #b6a3dd

RGB 182163221
HSL0.720.460.75
HSV260°26°87°
CMYK 0.180.260.00   0.13
XYZ45.439741.359973.9949
Yxy41.35990.28260.2572
Hunter Lab64.311713.5746-23.1990
CIE-Lab70.427318.4314-26.8245

#b6a3dd color RGB value is (182,163,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10100011 11011101
Octal 266 243 335
Decimal 182 163 221
Hex B6 A3 DD

RGB Percentages of Color #b6a3dd

%32.16
%28.80
%39.05

CMYK Percentages of Color #b6a3dd

%18
%26
%0
%13

Triadic Colors of #b6a3dd

#b6a3dd #ddb6a3 #a3ddb6

Analogous Colors of #b6a3dd

#b6a3dd #d3a3dd #a3addd

Monochromatic Colors of #b6a3dd

#b6a3dd

Complementary Color

#b6a3dd #cadda3

#b6a3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6a3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6a3dd Color CSS Codes

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

#b6a3dd Text Font Color

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

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


#b6a3dd Background Color

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

This div background color is #b6a3dd


#b6a3dd Border Color

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

This div border color is #b6a3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6a3dd


Comments

No comments written yet.

Please login to write comment.