Color Hex Logo

#b528ff Color Hex

#B528FF
(181,40,255)
0 Favorites   0 Comments

Color spaces of #b528ff

RGB 18140255
HSL0.781.000.58
HSV279°84°100°
CMYK 0.290.840.00   0.00
XYZ37.864818.561396.1947
Yxy18.56130.24810.1216
Hunter Lab43.082881.4858-102.2239
CIE-Lab50.169982.6898-77.8222

#b528ff color RGB value is (181,40,255).

#b528ff hex color red value is 181, green value is 40 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b528ff hue: 0.78 , saturation: 1.00 and the lightness value of b528ff is 0.58.

The process color (four color CMYK) of #b528ff color hex is 0.29, 0.84, 0.00, 0.00. Web safe color of #b528ff is #cc33ff. Color #b528ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101000 11111111
Octal 265 50 377
Decimal 181 40 255
Hex B5 28 FF

RGB Percentages of Color #b528ff

%38.03
%8.40
%53.57

CMYK Percentages of Color #b528ff

%29
%84
%0
%0

Triadic Colors of #b528ff

#b528ff #ffb528 #28ffb5

Analogous Colors of #b528ff

#b528ff #ff28de #4928ff

Monochromatic Colors of #b528ff

#b528ff

Complementary Color

#b528ff #72ff28

#b528ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b528ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b528ff Color CSS Codes

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

#b528ff Text Font Color

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

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


#b528ff Background Color

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

This div background color is #b528ff


#b528ff Border Color

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

This div border color is #b528ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b528ff


Comments

No comments written yet.

Please login to write comment.