color codes Logo

#b615db color codes

#B615DB
(182,21,219)
0 Favorites   0 Comments

Color spaces of #b615db

RGB 18221219
HSL0.800.830.47
HSV289°90°86°
CMYK 0.170.900.00   0.14
XYZ32.345815.595968.3233
Yxy15.59590.27820.1341
Hunter Lab39.491677.0908-74.9317
CIE-Lab46.439879.9469-63.5698

#b615db color RGB value is (182,21,219).

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

The process color (four color CMYK) of #b615db color code is 0.17, 0.90, 0.00, 0.14. Web safe color of #b615db is #cc00cc. Color #b615db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010101 11011011
Octal 266 25 333
Decimal 182 21 219
Hex B6 15 DB

RGB Percentages of Color #b615db

%43.13
%4.98
%51.90

CMYK Percentages of Color #b615db

%17
%90
%0
%14

Triadic Colors of #b615db

#b615db #dbb615 #15dbb6

Analogous Colors of #b615db

#b615db #db159d #5315db

Monochromatic Colors of #b615db

#b615db

Complementary Color

#b615db #3adb15

#b615db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b615db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b615db Color CSS Codes

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

#b615db Text Font Color

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

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


#b615db Background Color

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

This div background color is #b615db


#b615db Border Color

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

This div border color is #b615db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b615db


Comments

No comments written yet.

Please login to write comment.