Color Hex Logo

#b04bda Color Hex

#B04BDA
(176,75,218)
0 Favorites   0 Comments

Color spaces of #b04bda

RGB 17675218
HSL0.780.660.57
HSV282°66°85°
CMYK 0.190.660.00   0.15
XYZ33.075519.324268.3163
Yxy19.32420.27400.1601
Hunter Lab43.959357.3768-61.3699
CIE-Lab51.064462.6189-55.5906

#b04bda color RGB value is (176,75,218).

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

The process color (four color CMYK) of #b04bda color hex is 0.19, 0.66, 0.00, 0.15. Web safe color of #b04bda is #9933cc. Color #b04bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001011 11011010
Octal 260 113 332
Decimal 176 75 218
Hex B0 4B DA

RGB Percentages of Color #b04bda

%37.53
%15.99
%46.48

CMYK Percentages of Color #b04bda

%19
%66
%0
%15

Triadic Colors of #b04bda

#b04bda #dab04b #4bdab0

Analogous Colors of #b04bda

#b04bda #da4bbd #694bda

Monochromatic Colors of #b04bda

#b04bda

Complementary Color

#b04bda #75da4b

#b04bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04bda Color CSS Codes

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

#b04bda Text Font Color

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

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


#b04bda Background Color

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

This div background color is #b04bda


#b04bda Border Color

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

This div border color is #b04bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04bda


Comments

No comments written yet.

Please login to write comment.