Color Hex Logo

#b073db Color Hex

#B073DB
(176,115,219)
0 Favorites   0 Comments

Color spaces of #b073db

RGB 176115219
HSL0.760.590.65
HSV275°47°86°
CMYK 0.200.470.00   0.14
XYZ36.821426.606070.2126
Yxy26.60600.27550.1991
Hunter Lab51.581037.1565-44.5995
CIE-Lab58.607842.9087-44.1543

#b073db color RGB value is (176,115,219).

#b073db hex color red value is 176, green value is 115 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b073db hue: 0.76 , saturation: 0.59 and the lightness value of b073db is 0.65.

The process color (four color CMYK) of #b073db color hex is 0.20, 0.47, 0.00, 0.14. Web safe color of #b073db is #9966cc. Color #b073db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110011 11011011
Octal 260 163 333
Decimal 176 115 219
Hex B0 73 DB

RGB Percentages of Color #b073db

%34.51
%22.55
%42.94

CMYK Percentages of Color #b073db

%20
%47
%0
%14

Triadic Colors of #b073db

#b073db #dbb073 #73dbb0

Analogous Colors of #b073db

#b073db #db73d2 #7c73db

Monochromatic Colors of #b073db

#b073db

Complementary Color

#b073db #9edb73

#b073db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b073db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b073db Color CSS Codes

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

#b073db Text Font Color

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

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


#b073db Background Color

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

This div background color is #b073db


#b073db Border Color

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

This div border color is #b073db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b073db


Comments

No comments written yet.

Please login to write comment.