Color Hex Logo

#b529bb Color Hex

#B529BB
(181,41,187)
0 Favorites   0 Comments

Color spaces of #b529bb

RGB 18141187
HSL0.830.640.45
HSV298°78°73°
CMYK 0.030.780.00   0.27
XYZ28.818614.997548.3896
Yxy14.99750.31250.1627
Hunter Lab38.726665.0601-46.9753
CIE-Lab45.630870.2538-46.3656

#b529bb color RGB value is (181,41,187).

#b529bb hex color red value is 181, green value is 41 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b529bb hue: 0.83 , saturation: 0.64 and the lightness value of b529bb is 0.45.

The process color (four color CMYK) of #b529bb color hex is 0.03, 0.78, 0.00, 0.27. Web safe color of #b529bb is #cc33cc. Color #b529bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101001 10111011
Octal 265 51 273
Decimal 181 41 187
Hex B5 29 BB

RGB Percentages of Color #b529bb

%44.25
%10.02
%45.72

CMYK Percentages of Color #b529bb

%3
%78
%0
%27

Triadic Colors of #b529bb

#b529bb #bbb529 #29bbb5

Analogous Colors of #b529bb

#b529bb #bb2978 #6c29bb

Monochromatic Colors of #b529bb

#b529bb

Complementary Color

#b529bb #2fbb29

#b529bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b529bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b529bb Color CSS Codes

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

#b529bb Text Font Color

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

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


#b529bb Background Color

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

This div background color is #b529bb


#b529bb Border Color

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

This div border color is #b529bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,41,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b529bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b529bb;
  -webkit-box-shadow: 1px 1px 3px 2px #b529bb;
  box-shadow:         1px 1px 3px 2px #b529bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,41,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b529bb


Comments

No comments written yet.

Please login to write comment.