Color Hex Logo

#b77add Color Hex

#B77ADD
(183,122,221)
0 Favorites   0 Comments

Color spaces of #b77add

RGB 183122221
HSL0.770.590.67
HSV277°45°87°
CMYK 0.170.450.00   0.13
XYZ39.539129.206871.9602
Yxy29.20680.28100.2076
Hunter Lab54.043336.0181-41.1160
CIE-Lab60.963741.5096-41.5144

#b77add color RGB value is (183,122,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111010 11011101
Octal 267 172 335
Decimal 183 122 221
Hex B7 7A DD

RGB Percentages of Color #b77add

%34.79
%23.19
%42.02

CMYK Percentages of Color #b77add

%17
%45
%0
%13

Triadic Colors of #b77add

#b77add #ddb77a #7addb7

Analogous Colors of #b77add

#b77add #dd7ad2 #867add

Monochromatic Colors of #b77add

#b77add

Complementary Color

#b77add #a0dd7a

#b77add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77add Color CSS Codes

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

#b77add Text Font Color

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

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


#b77add Background Color

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

This div background color is #b77add


#b77add Border Color

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

This div border color is #b77add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77add


Comments

No comments written yet.

Please login to write comment.