Color Hex Logo

#b731aa Color Hex

#B731AA
(183,49,170)
0 Favorites   0 Comments

Color spaces of #b731aa

RGB 18349170
HSL0.850.580.45
HSV306°73°72°
CMYK 0.000.730.07   0.28
XYZ27.882515.166239.4880
Yxy15.16620.33780.1838
Hunter Lab38.943859.6485-32.8578
CIE-Lab45.861065.5844-35.9690

#b731aa color RGB value is (183,49,170).

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

The process color (four color CMYK) of #b731aa color hex is 0.00, 0.73, 0.07, 0.28. Web safe color of #b731aa is #cc3399. Color #b731aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110001 10101010
Octal 267 61 252
Decimal 183 49 170
Hex B7 31 AA

RGB Percentages of Color #b731aa

%45.52
%12.19
%42.29

CMYK Percentages of Color #b731aa

%0
%73
%7
%28

Triadic Colors of #b731aa

#b731aa #aab731 #31aab7

Analogous Colors of #b731aa

#b731aa #b73167 #8131b7

Monochromatic Colors of #b731aa

#b731aa

Complementary Color

#b731aa #31b73e

#b731aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b731aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b731aa Color CSS Codes

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

#b731aa Text Font Color

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

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


#b731aa Background Color

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

This div background color is #b731aa


#b731aa Border Color

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

This div border color is #b731aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b731aa


Comments

No comments written yet.

Please login to write comment.