Color Hex Logo

#b83bdb Color Hex

#B83BDB
(184,59,219)
0 Favorites   0 Comments

Color spaces of #b83bdb

RGB 18459219
HSL0.800.690.55
HSV287°73°86°
CMYK 0.160.730.00   0.14
XYZ34.117318.432768.7775
Yxy18.43270.28120.1519
Hunter Lab42.933366.7131-64.9269
CIE-Lab50.016870.7887-57.7812

#b83bdb color RGB value is (184,59,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111011 11011011
Octal 270 73 333
Decimal 184 59 219
Hex B8 3B DB

RGB Percentages of Color #b83bdb

%39.83
%12.77
%47.40

CMYK Percentages of Color #b83bdb

%16
%73
%0
%14

Triadic Colors of #b83bdb

#b83bdb #dbb83b #3bdbb8

Analogous Colors of #b83bdb

#b83bdb #db3bae #683bdb

Monochromatic Colors of #b83bdb

#b83bdb

Complementary Color

#b83bdb #5edb3b

#b83bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83bdb Color CSS Codes

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

#b83bdb Text Font Color

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

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


#b83bdb Background Color

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

This div background color is #b83bdb


#b83bdb Border Color

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

This div border color is #b83bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83bdb


Comments

No comments written yet.

Please login to write comment.