Color Hex Logo

#b070db Color Hex

#B070DB
(176,112,219)
0 Favorites   0 Comments

Color spaces of #b070db

RGB 176112219
HSL0.770.600.65
HSV276°49°86°
CMYK 0.200.490.00   0.14
XYZ36.484825.932970.1004
Yxy25.93290.27530.1957
Hunter Lab50.924438.7689-45.9692
CIE-Lab57.973344.5297-45.1563

#b070db color RGB value is (176,112,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110000 11011011
Octal 260 160 333
Decimal 176 112 219
Hex B0 70 DB

RGB Percentages of Color #b070db

%34.71
%22.09
%43.20

CMYK Percentages of Color #b070db

%20
%49
%0
%14

Triadic Colors of #b070db

#b070db #dbb070 #70dbb0

Analogous Colors of #b070db

#b070db #db70d1 #7b70db

Monochromatic Colors of #b070db

#b070db

Complementary Color

#b070db #9bdb70

#b070db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b070db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b070db Color CSS Codes

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

#b070db Text Font Color

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

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


#b070db Background Color

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

This div background color is #b070db


#b070db Border Color

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

This div border color is #b070db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b070db


Comments

No comments written yet.

Please login to write comment.