Color Hex Logo

#b04fdb Color Hex

#B04FDB
(176,79,219)
0 Favorites   0 Comments

Color spaces of #b04fdb

RGB 17679219
HSL0.780.660.58
HSV282°64°86°
CMYK 0.200.640.00   0.14
XYZ33.486719.936569.1010
Yxy19.93650.27330.1627
Hunter Lab44.650355.7328-60.5022
CIE-Lab51.765361.0489-55.0351

#b04fdb color RGB value is (176,79,219).

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

The process color (four color CMYK) of #b04fdb color hex is 0.20, 0.64, 0.00, 0.14. Web safe color of #b04fdb is #9966cc. Color #b04fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001111 11011011
Octal 260 117 333
Decimal 176 79 219
Hex B0 4F DB

RGB Percentages of Color #b04fdb

%37.13
%16.67
%46.20

CMYK Percentages of Color #b04fdb

%20
%64
%0
%14

Triadic Colors of #b04fdb

#b04fdb #dbb04f #4fdbb0

Analogous Colors of #b04fdb

#b04fdb #db4fc0 #6a4fdb

Monochromatic Colors of #b04fdb

#b04fdb

Complementary Color

#b04fdb #7adb4f

#b04fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04fdb Color CSS Codes

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

#b04fdb Text Font Color

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

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


#b04fdb Background Color

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

This div background color is #b04fdb


#b04fdb Border Color

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

This div border color is #b04fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04fdb


Comments

No comments written yet.

Please login to write comment.