Color Hex Logo

#b63bad Color Hex

#B63BAD
(182,59,173)
0 Favorites   0 Comments

Color spaces of #b63bad

RGB 18259173
HSL0.850.510.47
HSV304°68°71°
CMYK 0.000.680.05   0.29
XYZ28.398216.090141.1441
Yxy16.09010.33160.1879
Hunter Lab40.112556.1748-32.7361
CIE-Lab47.092562.3120-35.8124

#b63bad color RGB value is (182,59,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111011 10101101
Octal 266 73 255
Decimal 182 59 173
Hex B6 3B AD

RGB Percentages of Color #b63bad

%43.96
%14.25
%41.79

CMYK Percentages of Color #b63bad

%0
%68
%5
%29

Triadic Colors of #b63bad

#b63bad #adb63b #3badb6

Analogous Colors of #b63bad

#b63bad #b63b70 #823bb6

Monochromatic Colors of #b63bad

#b63bad

Complementary Color

#b63bad #3bb644

#b63bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b63bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b63bad Color CSS Codes

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

#b63bad Text Font Color

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

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


#b63bad Background Color

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

This div background color is #b63bad


#b63bad Border Color

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

This div border color is #b63bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b63bad


Comments

No comments written yet.

Please login to write comment.