color codes Logo

#b534db color codes

#B534DB
(181,52,219)
0 Favorites   0 Comments

Color spaces of #b534db

RGB 18152219
HSL0.800.700.53
HSV286°76°86°
CMYK 0.170.760.00   0.14
XYZ33.070217.394268.6323
Yxy17.39420.27770.1461
Hunter Lab41.706468.5518-68.3736
CIE-Lab48.752972.5632-59.8394

#b534db color RGB value is (181,52,219).

#b534db hex color red value is 181, green value is 52 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b534db hue: 0.80 , saturation: 0.70 and the lightness value of b534db is 0.53.

The process color (four color CMYK) of #b534db color code is 0.17, 0.76, 0.00, 0.14. Web safe color of #b534db is #cc33cc. Color #b534db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110100 11011011
Octal 265 64 333
Decimal 181 52 219
Hex B5 34 DB

RGB Percentages of Color #b534db

%40.04
%11.50
%48.45

CMYK Percentages of Color #b534db

%17
%76
%0
%14

Triadic Colors of #b534db

#b534db #dbb534 #34dbb5

Analogous Colors of #b534db

#b534db #db34ae #6234db

Monochromatic Colors of #b534db

#b534db

Complementary Color

#b534db #5adb34

#b534db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b534db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b534db Color CSS Codes

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

#b534db Text Font Color

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

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


#b534db Background Color

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

This div background color is #b534db


#b534db Border Color

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

This div border color is #b534db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b534db


Comments

No comments written yet.

Please login to write comment.