Color Hex Logo

#b918db Color Hex

#B918DB
(185,24,219)
0 Favorites   0 Comments

Color spaces of #b918db

RGB 18524219
HSL0.800.800.48
HSV290°89°86°
CMYK 0.160.890.00   0.14
XYZ33.120416.082068.3763
Yxy16.08200.28170.1368
Hunter Lab40.102477.2434-73.0204
CIE-Lab47.081979.9438-62.5070

#b918db color RGB value is (185,24,219).

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

The process color (four color CMYK) of #b918db color hex is 0.16, 0.89, 0.00, 0.14. Web safe color of #b918db is #cc00cc. Color #b918db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00011000 11011011
Octal 271 30 333
Decimal 185 24 219
Hex B9 18 DB

RGB Percentages of Color #b918db

%43.22
%5.61
%51.17

CMYK Percentages of Color #b918db

%16
%89
%0
%14

Triadic Colors of #b918db

#b918db #dbb918 #18dbb9

Analogous Colors of #b918db

#b918db #db189c #5718db

Monochromatic Colors of #b918db

#b918db

Complementary Color

#b918db #3adb18

#b918db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b918db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b918db Color CSS Codes

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

#b918db Text Font Color

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

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


#b918db Background Color

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

This div background color is #b918db


#b918db Border Color

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

This div border color is #b918db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b918db


Comments

No comments written yet.

Please login to write comment.