Color Hex Logo

#b377db Color Hex

#B377DB
(179,119,219)
0 Favorites   0 Comments

Color spaces of #b377db

RGB 179119219
HSL0.770.580.66
HSV276°46°86°
CMYK 0.180.460.00   0.14
XYZ37.973427.891870.4001
Yxy27.89180.27870.2047
Hunter Lab52.812735.9229-42.0656
CIE-Lab59.790941.5717-42.2683

#b377db color RGB value is (179,119,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110111 11011011
Octal 263 167 333
Decimal 179 119 219
Hex B3 77 DB

RGB Percentages of Color #b377db

%34.62
%23.02
%42.36

CMYK Percentages of Color #b377db

%18
%46
%0
%14

Triadic Colors of #b377db

#b377db #dbb377 #77dbb3

Analogous Colors of #b377db

#b377db #db77d1 #8177db

Monochromatic Colors of #b377db

#b377db

Complementary Color

#b377db #9fdb77

#b377db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b377db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b377db Color CSS Codes

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

#b377db Text Font Color

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

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


#b377db Background Color

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

This div background color is #b377db


#b377db Border Color

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

This div border color is #b377db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b377db


Comments

No comments written yet.

Please login to write comment.