Color Hex Logo

#b524df Color Hex

#B524DF
(181,36,223)
0 Favorites   0 Comments

Color spaces of #b524df

RGB 18136223
HSL0.800.750.51
HSV287°84°87°
CMYK 0.190.840.00   0.13
XYZ33.006216.413271.2405
Yxy16.41320.27350.1360
Hunter Lab40.513274.5262-75.8993
CIE-Lab47.512077.6851-64.1242

#b524df color RGB value is (181,36,223).

#b524df hex color red value is 181, green value is 36 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b524df hue: 0.80 , saturation: 0.75 and the lightness value of b524df is 0.51.

The process color (four color CMYK) of #b524df color hex is 0.19, 0.84, 0.00, 0.13. Web safe color of #b524df is #cc33cc. Color #b524df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100100 11011111
Octal 265 44 337
Decimal 181 36 223
Hex B5 24 DF

RGB Percentages of Color #b524df

%41.14
%8.18
%50.68

CMYK Percentages of Color #b524df

%19
%84
%0
%13

Triadic Colors of #b524df

#b524df #dfb524 #24dfb5

Analogous Colors of #b524df

#b524df #df24ac #5824df

Monochromatic Colors of #b524df

#b524df

Complementary Color

#b524df #4edf24

#b524df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b524df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b524df Color CSS Codes

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

#b524df Text Font Color

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

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


#b524df Background Color

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

This div background color is #b524df


#b524df Border Color

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

This div border color is #b524df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b524df


Comments

No comments written yet.

Please login to write comment.