Color Hex Logo

#b81cdb Color Hex

#B81CDB
(184,28,219)
0 Favorites   0 Comments

Color spaces of #b81cdb

RGB 18428219
HSL0.800.770.48
HSV289°87°86°
CMYK 0.160.870.00   0.14
XYZ32.968616.135368.3946
Yxy16.13530.28060.1373
Hunter Lab40.168876.2089-72.8338
CIE-Lab47.151579.1054-62.4023

#b81cdb color RGB value is (184,28,219).

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

The process color (four color CMYK) of #b81cdb color hex is 0.16, 0.87, 0.00, 0.14. Web safe color of #b81cdb is #cc33cc. Color #b81cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00011100 11011011
Octal 270 34 333
Decimal 184 28 219
Hex B8 1C DB

RGB Percentages of Color #b81cdb

%42.69
%6.50
%50.81

CMYK Percentages of Color #b81cdb

%16
%87
%0
%14

Triadic Colors of #b81cdb

#b81cdb #dbb81c #1cdbb8

Analogous Colors of #b81cdb

#b81cdb #db1c9f #581cdb

Monochromatic Colors of #b81cdb

#b81cdb

Complementary Color

#b81cdb #3fdb1c

#b81cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81cdb Color CSS Codes

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

#b81cdb Text Font Color

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

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


#b81cdb Background Color

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

This div background color is #b81cdb


#b81cdb Border Color

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

This div border color is #b81cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81cdb


Comments

No comments written yet.

Please login to write comment.