Color Hex Logo

#b7aacc Color Hex

#B7AACC
(183,170,204)
0 Favorites   0 Comments

Color spaces of #b7aacc

RGB 183170204
HSL0.730.250.73
HSV263°17°80°
CMYK 0.100.170.00   0.20
XYZ44.802243.176463.0993
Yxy43.17640.29660.2858
Hunter Lab65.70886.7163-10.9393
CIE-Lab71.674511.2186-15.5815

#b7aacc color RGB value is (183,170,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101010 11001100
Octal 267 252 314
Decimal 183 170 204
Hex B7 AA CC

RGB Percentages of Color #b7aacc

%32.85
%30.52
%36.62

CMYK Percentages of Color #b7aacc

%10
%17
%0
%20

Triadic Colors of #b7aacc

#b7aacc #ccb7aa #aaccb7

Analogous Colors of #b7aacc

#b7aacc #c8aacc #aaaecc

Monochromatic Colors of #b7aacc

#b7aacc

Complementary Color

#b7aacc #bfccaa

#b7aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7aacc Color CSS Codes

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

#b7aacc Text Font Color

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

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


#b7aacc Background Color

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

This div background color is #b7aacc


#b7aacc Border Color

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

This div border color is #b7aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7aacc


Comments

No comments written yet.

Please login to write comment.