Color Hex Logo

#b7aacd Color Hex

#B7AACD
(183,170,205)
0 Favorites   0 Comments

Color spaces of #b7aacd

RGB 183170205
HSL0.730.260.74
HSV262°17°80°
CMYK 0.110.170.00   0.20
XYZ44.922643.224563.7331
Yxy43.22450.29580.2846
Hunter Lab65.74536.9115-11.4536
CIE-Lab71.707111.4266-16.0818

#b7aacd color RGB value is (183,170,205).

#b7aacd hex color red value is 183, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b7aacd hue: 0.73 , saturation: 0.26 and the lightness value of b7aacd is 0.74.

The process color (four color CMYK) of #b7aacd color hex is 0.11, 0.17, 0.00, 0.20. Web safe color of #b7aacd is #cc99cc. Color #b7aacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101010 11001101
Octal 267 252 315
Decimal 183 170 205
Hex B7 AA CD

RGB Percentages of Color #b7aacd

%32.80
%30.47
%36.74

CMYK Percentages of Color #b7aacd

%11
%17
%0
%20

Triadic Colors of #b7aacd

#b7aacd #cdb7aa #aacdb7

Analogous Colors of #b7aacd

#b7aacd #c9aacd #aaafcd

Monochromatic Colors of #b7aacd

#b7aacd

Complementary Color

#b7aacd #c0cdaa

#b7aacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7aacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7aacd Color CSS Codes

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

#b7aacd Text Font Color

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

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


#b7aacd Background Color

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

This div background color is #b7aacd


#b7aacd Border Color

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

This div border color is #b7aacd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,170,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b7aacd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7aacd


Comments

No comments written yet.

Please login to write comment.