Color Hex Logo

#b04ddb Color Hex

#B04DDB
(176,77,219)
0 Favorites   0 Comments

Color spaces of #b04ddb

RGB 17677219
HSL0.780.660.58
HSV282°65°86°
CMYK 0.200.650.00   0.14
XYZ33.344619.652369.0537
Yxy19.65230.27320.1610
Hunter Lab44.330956.6841-61.3236
CIE-Lab51.441861.9433-55.5537

#b04ddb color RGB value is (176,77,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001101 11011011
Octal 260 115 333
Decimal 176 77 219
Hex B0 4D DB

RGB Percentages of Color #b04ddb

%37.29
%16.31
%46.40

CMYK Percentages of Color #b04ddb

%20
%65
%0
%14

Triadic Colors of #b04ddb

#b04ddb #dbb04d #4ddbb0

Analogous Colors of #b04ddb

#b04ddb #db4dbf #694ddb

Monochromatic Colors of #b04ddb

#b04ddb

Complementary Color

#b04ddb #78db4d

#b04ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04ddb Color CSS Codes

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

#b04ddb Text Font Color

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

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


#b04ddb Background Color

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

This div background color is #b04ddb


#b04ddb Border Color

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

This div border color is #b04ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04ddb


Comments

No comments written yet.

Please login to write comment.