Color Hex Logo

#b04dbd Color Hex

#B04DBD
(176,77,189)
0 Favorites   0 Comments

Color spaces of #b04dbd

RGB 17677189
HSL0.810.460.52
HSV293°59°74°
CMYK 0.070.590.00   0.26
XYZ29.743718.212050.0917
Yxy18.21200.30340.1857
Hunter Lab42.675549.7276-39.7206
CIE-Lab49.752256.0454-41.0286

#b04dbd color RGB value is (176,77,189).

#b04dbd hex color red value is 176, green value is 77 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b04dbd hue: 0.81 , saturation: 0.46 and the lightness value of b04dbd is 0.52.

The process color (four color CMYK) of #b04dbd color hex is 0.07, 0.59, 0.00, 0.26. Web safe color of #b04dbd is #9966cc. Color #b04dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001101 10111101
Octal 260 115 275
Decimal 176 77 189
Hex B0 4D BD

RGB Percentages of Color #b04dbd

%39.82
%17.42
%42.76

CMYK Percentages of Color #b04dbd

%7
%59
%0
%26

Triadic Colors of #b04dbd

#b04dbd #bdb04d #4dbdb0

Analogous Colors of #b04dbd

#b04dbd #bd4d92 #784dbd

Monochromatic Colors of #b04dbd

#b04dbd

Complementary Color

#b04dbd #5abd4d

#b04dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04dbd Color CSS Codes

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

#b04dbd Text Font Color

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

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


#b04dbd Background Color

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

This div background color is #b04dbd


#b04dbd Border Color

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

This div border color is #b04dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,77,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b04dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04dbd


Comments

No comments written yet.

Please login to write comment.