Color Hex Logo

#b37add Color Hex

#B37ADD
(179,122,221)
0 Favorites   0 Comments

Color spaces of #b37add

RGB 179122221
HSL0.760.590.67
HSV275°45°87°
CMYK 0.190.450.00   0.13
XYZ38.601128.723271.9163
Yxy28.72320.27720.2063
Hunter Lab53.594034.7751-42.0437
CIE-Lab60.536640.3755-42.2154

#b37add color RGB value is (179,122,221).

#b37add hex color red value is 179, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b37add hue: 0.76 , saturation: 0.59 and the lightness value of b37add is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111010 11011101
Octal 263 172 335
Decimal 179 122 221
Hex B3 7A DD

RGB Percentages of Color #b37add

%34.29
%23.37
%42.34

CMYK Percentages of Color #b37add

%19
%45
%0
%13

Triadic Colors of #b37add

#b37add #ddb37a #7addb3

Analogous Colors of #b37add

#b37add #dd7ad6 #827add

Monochromatic Colors of #b37add

#b37add

Complementary Color

#b37add #a4dd7a

#b37add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37add Color CSS Codes

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

#b37add Text Font Color

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

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


#b37add Background Color

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

This div background color is #b37add


#b37add Border Color

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

This div border color is #b37add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37add


Comments

No comments written yet.

Please login to write comment.