Color Hex Logo

#b267db Color Hex

#B267DB
(178,103,219)
0 Favorites   0 Comments

Color spaces of #b267db

RGB 178103219
HSL0.770.620.63
HSV279°53°86°
CMYK 0.190.530.00   0.14
XYZ35.996524.279969.8071
Yxy24.27990.27670.1866
Hunter Lab49.274644.1686-49.5036
CIE-Lab56.367049.8252-47.6847

#b267db color RGB value is (178,103,219).

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

The process color (four color CMYK) of #b267db color hex is 0.19, 0.53, 0.00, 0.14. Web safe color of #b267db is #9966cc. Color #b267db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100111 11011011
Octal 262 147 333
Decimal 178 103 219
Hex B2 67 DB

RGB Percentages of Color #b267db

%35.60
%20.60
%43.80

CMYK Percentages of Color #b267db

%19
%53
%0
%14

Triadic Colors of #b267db

#b267db #dbb267 #67dbb2

Analogous Colors of #b267db

#b267db #db67ca #7867db

Monochromatic Colors of #b267db

#b267db

Complementary Color

#b267db #90db67

#b267db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b267db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b267db Color CSS Codes

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

#b267db Text Font Color

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

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


#b267db Background Color

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

This div background color is #b267db


#b267db Border Color

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

This div border color is #b267db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b267db


Comments

No comments written yet.

Please login to write comment.