Color Hex Logo

#b467db Color Hex

#B467DB
(180,103,219)
0 Favorites   0 Comments

Color spaces of #b467db

RGB 180103219
HSL0.780.620.63
HSV280°53°86°
CMYK 0.180.530.00   0.14
XYZ36.458824.518369.8287
Yxy24.51830.27870.1874
Hunter Lab49.516044.7773-48.9511
CIE-Lab56.603050.3497-47.2954

#b467db color RGB value is (180,103,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100111 11011011
Octal 264 147 333
Decimal 180 103 219
Hex B4 67 DB

RGB Percentages of Color #b467db

%35.86
%20.52
%43.63

CMYK Percentages of Color #b467db

%18
%53
%0
%14

Triadic Colors of #b467db

#b467db #dbb467 #67dbb4

Analogous Colors of #b467db

#b467db #db67c8 #7a67db

Monochromatic Colors of #b467db

#b467db

Complementary Color

#b467db #8edb67

#b467db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b467db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b467db Color CSS Codes

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

#b467db Text Font Color

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

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


#b467db Background Color

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

This div background color is #b467db


#b467db Border Color

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

This div border color is #b467db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b467db


Comments

No comments written yet.

Please login to write comment.