Color Hex Logo

#b34bdb Color Hex

#B34BDB
(179,75,219)
0 Favorites   0 Comments

Color spaces of #b34bdb

RGB 17975219
HSL0.790.670.58
HSV283°66°86°
CMYK 0.180.660.00   0.14
XYZ33.892719.730369.0398
Yxy19.73030.27630.1608
Hunter Lab44.418858.4672-61.0608
CIE-Lab51.530963.4809-55.3885

#b34bdb color RGB value is (179,75,219).

#b34bdb hex color red value is 179, green value is 75 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b34bdb hue: 0.79 , saturation: 0.67 and the lightness value of b34bdb is 0.58.

The process color (four color CMYK) of #b34bdb color hex is 0.18, 0.66, 0.00, 0.14. Web safe color of #b34bdb is #cc33cc. Color #b34bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001011 11011011
Octal 263 113 333
Decimal 179 75 219
Hex B3 4B DB

RGB Percentages of Color #b34bdb

%37.84
%15.86
%46.30

CMYK Percentages of Color #b34bdb

%18
%66
%0
%14

Triadic Colors of #b34bdb

#b34bdb #dbb34b #4bdbb3

Analogous Colors of #b34bdb

#b34bdb #db4bbb #6b4bdb

Monochromatic Colors of #b34bdb

#b34bdb

Complementary Color

#b34bdb #73db4b

#b34bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34bdb Color CSS Codes

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

#b34bdb Text Font Color

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

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


#b34bdb Background Color

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

This div background color is #b34bdb


#b34bdb Border Color

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

This div border color is #b34bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34bdb


Comments

No comments written yet.

Please login to write comment.