Color Hex Logo

#b029db Color Hex

#B029DB
(176,41,219)
0 Favorites   0 Comments

Color spaces of #b029db

RGB 17641219
HSL0.790.710.51
HSV286°81°86°
CMYK 0.200.810.00   0.14
XYZ31.483615.930568.4333
Yxy15.93050.27180.1375
Hunter Lab39.913070.9539-73.7172
CIE-Lab46.883274.9061-62.8972

#b029db color RGB value is (176,41,219).

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

The process color (four color CMYK) of #b029db color hex is 0.20, 0.81, 0.00, 0.14. Web safe color of #b029db is #9933cc. Color #b029db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101001 11011011
Octal 260 51 333
Decimal 176 41 219
Hex B0 29 DB

RGB Percentages of Color #b029db

%40.37
%9.40
%50.23

CMYK Percentages of Color #b029db

%20
%81
%0
%14

Triadic Colors of #b029db

#b029db #dbb029 #29dbb0

Analogous Colors of #b029db

#b029db #db29ad #5729db

Monochromatic Colors of #b029db

#b029db

Complementary Color

#b029db #54db29

#b029db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b029db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b029db Color CSS Codes

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

#b029db Text Font Color

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

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


#b029db Background Color

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

This div background color is #b029db


#b029db Border Color

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

This div border color is #b029db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b029db


Comments

No comments written yet.

Please login to write comment.