color codes Logo

#b434db color codes

#B434DB
(180,52,219)
0 Favorites   0 Comments

Color spaces of #b434db

RGB 18052219
HSL0.790.700.53
HSV286°76°86°
CMYK 0.180.760.00   0.14
XYZ32.836617.273868.6213
Yxy17.27380.27660.1455
Hunter Lab41.561868.2940-68.7986
CIE-Lab48.603272.3786-60.0884

#b434db color RGB value is (180,52,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110100 11011011
Octal 264 64 333
Decimal 180 52 219
Hex B4 34 DB

RGB Percentages of Color #b434db

%39.91
%11.53
%48.56

CMYK Percentages of Color #b434db

%18
%76
%0
%14

Triadic Colors of #b434db

#b434db #dbb434 #34dbb4

Analogous Colors of #b434db

#b434db #db34af #6134db

Monochromatic Colors of #b434db

#b434db

Complementary Color

#b434db #5bdb34

#b434db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b434db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b434db Color CSS Codes

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

#b434db Text Font Color

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

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


#b434db Background Color

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

This div background color is #b434db


#b434db Border Color

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

This div border color is #b434db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b434db


Comments

No comments written yet.

Please login to write comment.