Color Hex Logo

#b528fd Color Hex

#B528FD
(181,40,253)
0 Favorites   0 Comments

Color spaces of #b528fd

RGB 18140253
HSL0.780.980.57
HSV280°84°99°
CMYK 0.280.840.00   0.01
XYZ37.544518.433294.5077
Yxy18.43320.24950.1225
Hunter Lab42.933980.9589-100.4576
CIE-Lab50.017482.3071-76.9567

#b528fd color RGB value is (181,40,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101000 11111101
Octal 265 50 375
Decimal 181 40 253
Hex B5 28 FD

RGB Percentages of Color #b528fd

%38.19
%8.44
%53.38

CMYK Percentages of Color #b528fd

%28
%84
%0
%1

Triadic Colors of #b528fd

#b528fd #fdb528 #28fdb5

Analogous Colors of #b528fd

#b528fd #fd28db #4a28fd

Monochromatic Colors of #b528fd

#b528fd

Complementary Color

#b528fd #70fd28

#b528fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b528fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b528fd Color CSS Codes

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

#b528fd Text Font Color

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

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


#b528fd Background Color

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

This div background color is #b528fd


#b528fd Border Color

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

This div border color is #b528fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b528fd

Related Colors


Comments

No comments written yet.

Please login to write comment.