Color Hex Logo

#b46add Color Hex

#B46ADD
(180,106,221)
0 Favorites   0 Comments

Color spaces of #b46add

RGB 180106221
HSL0.770.630.64
HSV279°52°87°
CMYK 0.190.520.00   0.13
XYZ37.027625.231871.3253
Yxy25.23180.27720.1889
Hunter Lab50.231343.6752-49.0263
CIE-Lab57.300649.2226-47.3162

#b46add color RGB value is (180,106,221).

#b46add hex color red value is 180, green value is 106 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b46add hue: 0.77 , saturation: 0.63 and the lightness value of b46add is 0.64.

The process color (four color CMYK) of #b46add color hex is 0.19, 0.52, 0.00, 0.13. Web safe color of #b46add is #cc66cc. Color #b46add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101010 11011101
Octal 264 152 335
Decimal 180 106 221
Hex B4 6A DD

RGB Percentages of Color #b46add

%35.50
%20.91
%43.59

CMYK Percentages of Color #b46add

%19
%52
%0
%13

Triadic Colors of #b46add

#b46add #ddb46a #6addb4

Analogous Colors of #b46add

#b46add #dd6acd #7b6add

Monochromatic Colors of #b46add

#b46add

Complementary Color

#b46add #93dd6a

#b46add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46add Color CSS Codes

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

#b46add Text Font Color

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

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


#b46add Background Color

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

This div background color is #b46add


#b46add Border Color

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

This div border color is #b46add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46add


Comments

No comments written yet.

Please login to write comment.