Color Hex Logo

#b767aa Color Hex

#B767AA
(183,103,170)
0 Favorites   0 Comments

Color spaces of #b767aa

RGB 183103170
HSL0.860.360.56
HSV310°44°72°
CMYK 0.000.440.07   0.28
XYZ31.634422.670140.7387
Yxy22.67010.33280.2385
Hunter Lab47.613135.2733-17.4005
CIE-Lab54.730941.6312-22.1662

#b767aa color RGB value is (183,103,170).

#b767aa hex color red value is 183, green value is 103 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b767aa hue: 0.86 , saturation: 0.36 and the lightness value of b767aa is 0.56.

The process color (four color CMYK) of #b767aa color hex is 0.00, 0.44, 0.07, 0.28. Web safe color of #b767aa is #cc6699. Color #b767aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100111 10101010
Octal 267 147 252
Decimal 183 103 170
Hex B7 67 AA

RGB Percentages of Color #b767aa

%40.13
%22.59
%37.28

CMYK Percentages of Color #b767aa

%0
%44
%7
%28

Triadic Colors of #b767aa

#b767aa #aab767 #67aab7

Analogous Colors of #b767aa

#b767aa #b76782 #9c67b7

Monochromatic Colors of #b767aa

#b767aa

Complementary Color

#b767aa #67b774

#b767aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b767aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b767aa Color CSS Codes

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

#b767aa Text Font Color

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

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


#b767aa Background Color

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

This div background color is #b767aa


#b767aa Border Color

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

This div border color is #b767aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b767aa


Comments

No comments written yet.

Please login to write comment.