Color Hex Logo

#b378db Color Hex

#B378DB
(179,120,219)
0 Favorites   0 Comments

Color spaces of #b378db

RGB 179120219
HSL0.770.580.66
HSV276°45°86°
CMYK 0.180.450.00   0.14
XYZ38.093128.131170.4400
Yxy28.13110.27870.2058
Hunter Lab53.038835.3831-41.6150
CIE-Lab60.007041.0266-41.9284

#b378db color RGB value is (179,120,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01111000 11011011
Octal 263 170 333
Decimal 179 120 219
Hex B3 78 DB

RGB Percentages of Color #b378db

%34.56
%23.17
%42.28

CMYK Percentages of Color #b378db

%18
%45
%0
%14

Triadic Colors of #b378db

#b378db #dbb378 #78dbb3

Analogous Colors of #b378db

#b378db #db78d2 #8278db

Monochromatic Colors of #b378db

#b378db

Complementary Color

#b378db #a0db78

#b378db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b378db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b378db Color CSS Codes

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

#b378db Text Font Color

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

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


#b378db Background Color

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

This div background color is #b378db


#b378db Border Color

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

This div border color is #b378db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b378db


Comments

No comments written yet.

Please login to write comment.