Color Hex Logo

#b04cdb Color Hex

#B04CDB
(176,76,219)
0 Favorites   0 Comments

Color spaces of #b04cdb

RGB 17676219
HSL0.780.670.58
HSV282°65°86°
CMYK 0.200.650.00   0.14
XYZ33.275119.513569.0305
Yxy19.51350.27320.1602
Hunter Lab44.174157.1544-61.7302
CIE-Lab51.282662.3841-55.8088

#b04cdb color RGB value is (176,76,219).

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

The process color (four color CMYK) of #b04cdb color hex is 0.20, 0.65, 0.00, 0.14. Web safe color of #b04cdb is #9933cc. Color #b04cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001100 11011011
Octal 260 114 333
Decimal 176 76 219
Hex B0 4C DB

RGB Percentages of Color #b04cdb

%37.37
%16.14
%46.50

CMYK Percentages of Color #b04cdb

%20
%65
%0
%14

Triadic Colors of #b04cdb

#b04cdb #dbb04c #4cdbb0

Analogous Colors of #b04cdb

#b04cdb #db4cbf #694cdb

Monochromatic Colors of #b04cdb

#b04cdb

Complementary Color

#b04cdb #77db4c

#b04cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04cdb Color CSS Codes

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

#b04cdb Text Font Color

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

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


#b04cdb Background Color

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

This div background color is #b04cdb


#b04cdb Border Color

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

This div border color is #b04cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04cdb


Comments

No comments written yet.

Please login to write comment.