Color Hex Logo

#b63bac Color Hex

#B63BAC
(182,59,172)
0 Favorites   0 Comments

Color spaces of #b63bac

RGB 18259172
HSL0.850.510.47
HSV305°68°71°
CMYK 0.000.680.05   0.29
XYZ28.301816.051640.6363
Yxy16.05160.33300.1889
Hunter Lab40.064455.9808-32.0912
CIE-Lab47.042162.1505-35.3019

#b63bac color RGB value is (182,59,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111011 10101100
Octal 266 73 254
Decimal 182 59 172
Hex B6 3B AC

RGB Percentages of Color #b63bac

%44.07
%14.29
%41.65

CMYK Percentages of Color #b63bac

%0
%68
%5
%29

Triadic Colors of #b63bac

#b63bac #acb63b #3bacb6

Analogous Colors of #b63bac

#b63bac #b63b6f #833bb6

Monochromatic Colors of #b63bac

#b63bac

Complementary Color

#b63bac #3bb645

#b63bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63bac Color CSS Codes

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

#b63bac Text Font Color

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

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


#b63bac Background Color

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

This div background color is #b63bac


#b63bac Border Color

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

This div border color is #b63bac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,59,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63bac


Comments

No comments written yet.

Please login to write comment.