Color Hex Logo

#b767db Color Hex

#B767DB
(183,103,219)
0 Favorites   0 Comments

Color spaces of #b767db

RGB 183103219
HSL0.780.620.63
HSV281°53°86°
CMYK 0.160.530.00   0.14
XYZ37.164924.882269.8618
Yxy24.88220.28170.1886
Hunter Lab49.882145.6988-48.1205
CIE-Lab56.960551.1394-46.7064

#b767db color RGB value is (183,103,219).

#b767db hex color red value is 183, green value is 103 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b767db hue: 0.78 , saturation: 0.62 and the lightness value of b767db is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100111 11011011
Octal 267 147 333
Decimal 183 103 219
Hex B7 67 DB

RGB Percentages of Color #b767db

%36.24
%20.40
%43.37

CMYK Percentages of Color #b767db

%16
%53
%0
%14

Triadic Colors of #b767db

#b767db #dbb767 #67dbb7

Analogous Colors of #b767db

#b767db #db67c5 #7d67db

Monochromatic Colors of #b767db

#b767db

Complementary Color

#b767db #8bdb67

#b767db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b767db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b767db Color CSS Codes

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

#b767db Text Font Color

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

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


#b767db Background Color

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

This div background color is #b767db


#b767db Border Color

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

This div border color is #b767db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b767db


Comments

No comments written yet.

Please login to write comment.