Color Hex Logo

#b217db Color Hex

#B217DB
(178,23,219)
0 Favorites   0 Comments

Color spaces of #b217db

RGB 17823219
HSL0.800.810.47
HSV287°89°86°
CMYK 0.190.890.00   0.14
XYZ31.452715.192268.2925
Yxy15.19220.27370.1322
Hunter Lab38.977275.8308-76.5989
CIE-Lab45.896379.0465-64.4811

#b217db color RGB value is (178,23,219).

#b217db hex color red value is 178, green value is 23 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b217db hue: 0.80 , saturation: 0.81 and the lightness value of b217db is 0.47.

The process color (four color CMYK) of #b217db color hex is 0.19, 0.89, 0.00, 0.14. Web safe color of #b217db is #9900cc. Color #b217db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010111 11011011
Octal 262 27 333
Decimal 178 23 219
Hex B2 17 DB

RGB Percentages of Color #b217db

%42.38
%5.48
%52.14

CMYK Percentages of Color #b217db

%19
%89
%0
%14

Triadic Colors of #b217db

#b217db #dbb217 #17dbb2

Analogous Colors of #b217db

#b217db #db17a2 #5017db

Monochromatic Colors of #b217db

#b217db

Complementary Color

#b217db #40db17

#b217db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b217db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b217db Color CSS Codes

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

#b217db Text Font Color

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

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


#b217db Background Color

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

This div background color is #b217db


#b217db Border Color

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

This div border color is #b217db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b217db


Comments

No comments written yet.

Please login to write comment.