Color Hex Logo

#b525fb Color Hex

#B525FB
(181,37,251)
0 Favorites   0 Comments

Color spaces of #b525fb

RGB 18137251
HSL0.780.960.56
HSV280°85°98°
CMYK 0.280.850.00   0.02
XYZ37.130218.111992.8058
Yxy18.11190.25080.1223
Hunter Lab42.558181.2574-99.5022
CIE-Lab49.631582.6157-76.4698

#b525fb color RGB value is (181,37,251).

#b525fb hex color red value is 181, green value is 37 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b525fb hue: 0.78 , saturation: 0.96 and the lightness value of b525fb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100101 11111011
Octal 265 45 373
Decimal 181 37 251
Hex B5 25 FB

RGB Percentages of Color #b525fb

%38.59
%7.89
%53.52

CMYK Percentages of Color #b525fb

%28
%85
%0
%2

Triadic Colors of #b525fb

#b525fb #fbb525 #25fbb5

Analogous Colors of #b525fb

#b525fb #fb25d6 #4a25fb

Monochromatic Colors of #b525fb

#b525fb

Complementary Color

#b525fb #6bfb25

#b525fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b525fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b525fb Color CSS Codes

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

#b525fb Text Font Color

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

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


#b525fb Background Color

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

This div background color is #b525fb


#b525fb Border Color

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

This div border color is #b525fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b525fb


Comments

No comments written yet.

Please login to write comment.