Color Hex Logo

#b63baa Color Hex

#B63BAA
(182,59,170)
0 Favorites   0 Comments

Color spaces of #b63baa

RGB 18259170
HSL0.850.510.47
HSV306°68°71°
CMYK 0.000.680.07   0.29
XYZ28.111115.975339.6321
Yxy15.97530.33580.1908
Hunter Lab39.969155.5968-30.8117
CIE-Lab46.942161.8301-34.2784

#b63baa color RGB value is (182,59,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111011 10101010
Octal 266 73 252
Decimal 182 59 170
Hex B6 3B AA

RGB Percentages of Color #b63baa

%44.28
%14.36
%41.36

CMYK Percentages of Color #b63baa

%0
%68
%7
%29

Triadic Colors of #b63baa

#b63baa #aab63b #3baab6

Analogous Colors of #b63baa

#b63baa #b63b6d #853bb6

Monochromatic Colors of #b63baa

#b63baa

Complementary Color

#b63baa #3bb647

#b63baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63baa Color CSS Codes

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

#b63baa Text Font Color

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

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


#b63baa Background Color

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

This div background color is #b63baa


#b63baa Border Color

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

This div border color is #b63baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63baa


Comments

No comments written yet.

Please login to write comment.