Color Hex Logo

#b829db Color Hex

#B829DB
(184,41,219)
0 Favorites   0 Comments

Color spaces of #b829db

RGB 18441219
HSL0.800.710.51
HSV288°81°86°
CMYK 0.160.810.00   0.14
XYZ33.346316.890768.5205
Yxy16.89070.28080.1422
Hunter Lab41.098372.9092-70.0815
CIE-Lab48.122076.2586-60.8340

#b829db color RGB value is (184,41,219).

#b829db hex color red value is 184, green value is 41 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b829db hue: 0.80 , saturation: 0.71 and the lightness value of b829db is 0.51.

The process color (four color CMYK) of #b829db color hex is 0.16, 0.81, 0.00, 0.14. Web safe color of #b829db is #cc33cc. Color #b829db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101001 11011011
Octal 270 51 333
Decimal 184 41 219
Hex B8 29 DB

RGB Percentages of Color #b829db

%41.44
%9.23
%49.32

CMYK Percentages of Color #b829db

%16
%81
%0
%14

Triadic Colors of #b829db

#b829db #dbb829 #29dbb8

Analogous Colors of #b829db

#b829db #db29a5 #5f29db

Monochromatic Colors of #b829db

#b829db

Complementary Color

#b829db #4cdb29

#b829db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b829db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b829db Color CSS Codes

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

#b829db Text Font Color

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

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


#b829db Background Color

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

This div background color is #b829db


#b829db Border Color

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

This div border color is #b829db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b829db


Comments

No comments written yet.

Please login to write comment.