Color Hex Logo

#b73bdb Color Hex

#B73BDB
(183,59,219)
0 Favorites   0 Comments

Color spaces of #b73bdb

RGB 18359219
HSL0.800.690.55
HSV287°73°86°
CMYK 0.160.730.00   0.14
XYZ33.878618.309768.7664
Yxy18.30970.28010.1514
Hunter Lab42.789866.4441-65.3305
CIE-Lab49.869670.5924-58.0257

#b73bdb color RGB value is (183,59,219).

#b73bdb hex color red value is 183, green value is 59 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b73bdb hue: 0.80 , saturation: 0.69 and the lightness value of b73bdb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111011 11011011
Octal 267 73 333
Decimal 183 59 219
Hex B7 3B DB

RGB Percentages of Color #b73bdb

%39.70
%12.80
%47.51

CMYK Percentages of Color #b73bdb

%16
%73
%0
%14

Triadic Colors of #b73bdb

#b73bdb #dbb73b #3bdbb7

Analogous Colors of #b73bdb

#b73bdb #db3baf #673bdb

Monochromatic Colors of #b73bdb

#b73bdb

Complementary Color

#b73bdb #5fdb3b

#b73bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73bdb Color CSS Codes

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

#b73bdb Text Font Color

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

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


#b73bdb Background Color

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

This div background color is #b73bdb


#b73bdb Border Color

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

This div border color is #b73bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73bdb


Comments

No comments written yet.

Please login to write comment.