Color Hex Logo

#b215db Color Hex

#B215DB
(178,21,219)
0 Favorites   0 Comments

Color spaces of #b215db

RGB 17821219
HSL0.800.830.47
HSV288°90°86°
CMYK 0.190.900.00   0.14
XYZ31.414415.115868.2797
Yxy15.11580.27360.1317
Hunter Lab38.879076.1903-76.9103
CIE-Lab45.792479.3541-64.6496

#b215db color RGB value is (178,21,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010101 11011011
Octal 262 25 333
Decimal 178 21 219
Hex B2 15 DB

RGB Percentages of Color #b215db

%42.58
%5.02
%52.39

CMYK Percentages of Color #b215db

%19
%90
%0
%14

Triadic Colors of #b215db

#b215db #dbb215 #15dbb2

Analogous Colors of #b215db

#b215db #db15a1 #4f15db

Monochromatic Colors of #b215db

#b215db

Complementary Color

#b215db #3edb15

#b215db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b215db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b215db Color CSS Codes

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

#b215db Text Font Color

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

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


#b215db Background Color

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

This div background color is #b215db


#b215db Border Color

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

This div border color is #b215db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b215db


Comments

No comments written yet.

Please login to write comment.