Color Hex Logo

#b523df Color Hex

#B523DF
(181,35,223)
0 Favorites   0 Comments

Color spaces of #b523df

RGB 18135223
HSL0.800.750.51
HSV287°84°87°
CMYK 0.190.840.00   0.13
XYZ32.976416.353571.2305
Yxy16.35350.27350.1356
Hunter Lab40.439574.7890-76.1264
CIE-Lab47.434977.9116-64.2490

#b523df color RGB value is (181,35,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100011 11011111
Octal 265 43 337
Decimal 181 35 223
Hex B5 23 DF

RGB Percentages of Color #b523df

%41.23
%7.97
%50.80

CMYK Percentages of Color #b523df

%19
%84
%0
%13

Triadic Colors of #b523df

#b523df #dfb523 #23dfb5

Analogous Colors of #b523df

#b523df #df23ab #5723df

Monochromatic Colors of #b523df

#b523df

Complementary Color

#b523df #4ddf23

#b523df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b523df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b523df Color CSS Codes

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

#b523df Text Font Color

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

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


#b523df Background Color

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

This div background color is #b523df


#b523df Border Color

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

This div border color is #b523df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b523df


Comments

No comments written yet.

Please login to write comment.