Color Hex Logo

#b07add Color Hex

#B07ADD
(176,122,221)
0 Favorites   0 Comments

Color spaces of #b07add

RGB 176122221
HSL0.760.590.67
HSV273°45°87°
CMYK 0.200.450.00   0.13
XYZ37.915228.369671.8842
Yxy28.36960.27440.2053
Hunter Lab53.263133.8543-42.7339
CIE-Lab60.221239.5286-42.7332

#b07add color RGB value is (176,122,221).

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

The process color (four color CMYK) of #b07add color hex is 0.20, 0.45, 0.00, 0.13. Web safe color of #b07add is #9966cc. Color #b07add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111010 11011101
Octal 260 172 335
Decimal 176 122 221
Hex B0 7A DD

RGB Percentages of Color #b07add

%33.91
%23.51
%42.58

CMYK Percentages of Color #b07add

%20
%45
%0
%13

Triadic Colors of #b07add

#b07add #ddb07a #7addb0

Analogous Colors of #b07add

#b07add #dd7ad9 #7f7add

Monochromatic Colors of #b07add

#b07add

Complementary Color

#b07add #a7dd7a

#b07add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07add Color CSS Codes

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

#b07add Text Font Color

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

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


#b07add Background Color

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

This div background color is #b07add


#b07add Border Color

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

This div border color is #b07add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07add


Comments

No comments written yet.

Please login to write comment.