Color Hex Logo

#b778db Color Hex

#B778DB
(183,120,219)
0 Favorites   0 Comments

Color spaces of #b778db

RGB 183120219
HSL0.770.580.66
HSV278°45°86°
CMYK 0.160.450.00   0.14
XYZ39.031128.614770.4839
Yxy28.61470.28260.2072
Hunter Lab53.492736.6308-40.6777
CIE-Lab60.440142.1612-41.2176

#b778db color RGB value is (183,120,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111000 11011011
Octal 267 170 333
Decimal 183 120 219
Hex B7 78 DB

RGB Percentages of Color #b778db

%35.06
%22.99
%41.95

CMYK Percentages of Color #b778db

%16
%45
%0
%14

Triadic Colors of #b778db

#b778db #dbb778 #78dbb7

Analogous Colors of #b778db

#b778db #db78ce #8678db

Monochromatic Colors of #b778db

#b778db

Complementary Color

#b778db #9cdb78

#b778db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b778db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b778db Color CSS Codes

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

#b778db Text Font Color

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

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


#b778db Background Color

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

This div background color is #b778db


#b778db Border Color

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

This div border color is #b778db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b778db


Comments

No comments written yet.

Please login to write comment.