Color Hex Logo

#b526fd Color Hex

#B526FD
(181,38,253)
0 Favorites   0 Comments

Color spaces of #b526fd

RGB 18138253
HSL0.780.980.57
HSV280°85°99°
CMYK 0.280.850.00   0.01
XYZ37.478818.301894.4858
Yxy18.30180.24940.1218
Hunter Lab42.780681.5124-101.0022
CIE-Lab49.860182.7707-77.2131

#b526fd color RGB value is (181,38,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100110 11111101
Octal 265 46 375
Decimal 181 38 253
Hex B5 26 FD

RGB Percentages of Color #b526fd

%38.35
%8.05
%53.60

CMYK Percentages of Color #b526fd

%28
%85
%0
%1

Triadic Colors of #b526fd

#b526fd #fdb526 #26fdb5

Analogous Colors of #b526fd

#b526fd #fd26da #4a26fd

Monochromatic Colors of #b526fd

#b526fd

Complementary Color

#b526fd #6efd26

#b526fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b526fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b526fd Color CSS Codes

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

#b526fd Text Font Color

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

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


#b526fd Background Color

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

This div background color is #b526fd


#b526fd Border Color

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

This div border color is #b526fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b526fd


Comments

No comments written yet.

Please login to write comment.