Color Hex Logo

#b773aa Color Hex

#B773AA
(183,115,170)
0 Favorites   0 Comments

Color spaces of #b773aa

RGB 183115170
HSL0.870.320.58
HSV311°37°72°
CMYK 0.000.370.07   0.28
XYZ32.914925.231041.1655
Yxy25.23100.33140.2541
Hunter Lab50.230529.0637-13.4288
CIE-Lab57.299835.1719-18.2386

#b773aa color RGB value is (183,115,170).

#b773aa hex color red value is 183, green value is 115 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b773aa hue: 0.87 , saturation: 0.32 and the lightness value of b773aa is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110011 10101010
Octal 267 163 252
Decimal 183 115 170
Hex B7 73 AA

RGB Percentages of Color #b773aa

%39.10
%24.57
%36.32

CMYK Percentages of Color #b773aa

%0
%37
%7
%28

Triadic Colors of #b773aa

#b773aa #aab773 #73aab7

Analogous Colors of #b773aa

#b773aa #b77388 #a273b7

Monochromatic Colors of #b773aa

#b773aa

Complementary Color

#b773aa #73b780

#b773aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b773aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b773aa Color CSS Codes

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

#b773aa Text Font Color

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

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


#b773aa Background Color

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

This div background color is #b773aa


#b773aa Border Color

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

This div border color is #b773aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b773aa


Comments

No comments written yet.

Please login to write comment.