Color Hex Logo

#b528bb Color Hex

#B528BB
(181,40,187)
0 Favorites   0 Comments

Color spaces of #b528bb

RGB 18140187
HSL0.830.650.45
HSV298°79°73°
CMYK 0.030.790.00   0.27
XYZ28.784514.929248.3782
Yxy14.92920.31260.1621
Hunter Lab38.638365.3606-47.1889
CIE-Lab45.537170.5252-46.5152

#b528bb color RGB value is (181,40,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101000 10111011
Octal 265 50 273
Decimal 181 40 187
Hex B5 28 BB

RGB Percentages of Color #b528bb

%44.36
%9.80
%45.83

CMYK Percentages of Color #b528bb

%3
%79
%0
%27

Triadic Colors of #b528bb

#b528bb #bbb528 #28bbb5

Analogous Colors of #b528bb

#b528bb #bb2878 #6c28bb

Monochromatic Colors of #b528bb

#b528bb

Complementary Color

#b528bb #2ebb28

#b528bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b528bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b528bb Color CSS Codes

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

#b528bb Text Font Color

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

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


#b528bb Background Color

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

This div background color is #b528bb


#b528bb Border Color

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

This div border color is #b528bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b528bb


Comments

No comments written yet.

Please login to write comment.