Color Hex Logo

#b218db Color Hex

#B218DB
(178,24,219)
0 Favorites   0 Comments

Color spaces of #b218db

RGB 17824219
HSL0.800.800.48
HSV287°89°86°
CMYK 0.190.890.00   0.14
XYZ31.472915.232768.2992
Yxy15.23270.27370.1325
Hunter Lab39.029175.6408-76.4345
CIE-Lab45.951378.8837-64.3919

#b218db color RGB value is (178,24,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011000 11011011
Octal 262 30 333
Decimal 178 24 219
Hex B2 18 DB

RGB Percentages of Color #b218db

%42.28
%5.70
%52.02

CMYK Percentages of Color #b218db

%19
%89
%0
%14

Triadic Colors of #b218db

#b218db #dbb218 #18dbb2

Analogous Colors of #b218db

#b218db #db18a3 #5018db

Monochromatic Colors of #b218db

#b218db

Complementary Color

#b218db #41db18

#b218db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b218db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b218db Color CSS Codes

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

#b218db Text Font Color

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

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


#b218db Background Color

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

This div background color is #b218db


#b218db Border Color

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

This div border color is #b218db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b218db


Comments

No comments written yet.

Please login to write comment.