Color Hex Logo

#b73baa Color Hex

#B73BAA
(183,59,170)
0 Favorites   0 Comments

Color spaces of #b73baa

RGB 18359170
HSL0.850.510.47
HSV306°68°72°
CMYK 0.000.680.07   0.28
XYZ28.348116.097539.6432
Yxy16.09750.33710.1914
Hunter Lab40.121755.9068-30.4977
CIE-Lab47.102162.0737-34.0157

#b73baa color RGB value is (183,59,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111011 10101010
Octal 267 73 252
Decimal 183 59 170
Hex B7 3B AA

RGB Percentages of Color #b73baa

%44.42
%14.32
%41.26

CMYK Percentages of Color #b73baa

%0
%68
%7
%28

Triadic Colors of #b73baa

#b73baa #aab73b #3baab7

Analogous Colors of #b73baa

#b73baa #b73b6c #863bb7

Monochromatic Colors of #b73baa

#b73baa

Complementary Color

#b73baa #3bb748

#b73baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73baa Color CSS Codes

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

#b73baa Text Font Color

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

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


#b73baa Background Color

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

This div background color is #b73baa


#b73baa Border Color

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

This div border color is #b73baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73baa


Comments

No comments written yet.

Please login to write comment.