Color Hex Logo

#b370db Color Hex

#B370DB
(179,112,219)
0 Favorites   0 Comments

Color spaces of #b370db

RGB 179112219
HSL0.770.600.65
HSV278°49°86°
CMYK 0.180.490.00   0.14
XYZ37.170826.286570.1325
Yxy26.28650.27820.1968
Hunter Lab51.270439.6886-45.2133
CIE-Lab58.308045.3504-44.6056

#b370db color RGB value is (179,112,219).

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

The process color (four color CMYK) of #b370db color hex is 0.18, 0.49, 0.00, 0.14. Web safe color of #b370db is #cc66cc. Color #b370db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110000 11011011
Octal 263 160 333
Decimal 179 112 219
Hex B3 70 DB

RGB Percentages of Color #b370db

%35.10
%21.96
%42.94

CMYK Percentages of Color #b370db

%18
%49
%0
%14

Triadic Colors of #b370db

#b370db #dbb370 #70dbb3

Analogous Colors of #b370db

#b370db #db70ce #7e70db

Monochromatic Colors of #b370db

#b370db

Complementary Color

#b370db #98db70

#b370db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b370db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b370db Color CSS Codes

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

#b370db Text Font Color

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

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


#b370db Background Color

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

This div background color is #b370db


#b370db Border Color

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

This div border color is #b370db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b370db


Comments

No comments written yet.

Please login to write comment.