color codes Logo

#b815db color codes

#B815DB
(184,21,219)
0 Favorites   0 Comments

Color spaces of #b815db

RGB 18421219
HSL0.800.830.47
HSV289°90°86°
CMYK 0.160.900.00   0.14
XYZ32.821515.841268.3456
Yxy15.84120.28050.1354
Hunter Lab39.801077.5465-73.9511
CIE-Lab46.765580.2461-63.0270

#b815db color RGB value is (184,21,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010101 11011011
Octal 270 25 333
Decimal 184 21 219
Hex B8 15 DB

RGB Percentages of Color #b815db

%43.40
%4.95
%51.65

CMYK Percentages of Color #b815db

%16
%90
%0
%14

Triadic Colors of #b815db

#b815db #dbb815 #15dbb8

Analogous Colors of #b815db

#b815db #db159b #5515db

Monochromatic Colors of #b815db

#b815db

Complementary Color

#b815db #38db15

#b815db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b815db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b815db Color CSS Codes

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

#b815db Text Font Color

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

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


#b815db Background Color

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

This div background color is #b815db


#b815db Border Color

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

This div border color is #b815db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b815db


Comments

No comments written yet.

Please login to write comment.