Color Hex Logo

#b04dda Color Hex

#B04DDA
(176,77,218)
0 Favorites   0 Comments

Color spaces of #b04dda

RGB 17677218
HSL0.780.660.58
HSV282°65°85°
CMYK 0.190.650.00   0.15
XYZ33.213319.599868.3623
Yxy19.59980.27410.1617
Hunter Lab44.271756.4381-60.5628
CIE-Lab51.381761.7389-55.0819

#b04dda color RGB value is (176,77,218).

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

The process color (four color CMYK) of #b04dda color hex is 0.19, 0.65, 0.00, 0.15. Web safe color of #b04dda is #9966cc. Color #b04dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001101 11011010
Octal 260 115 332
Decimal 176 77 218
Hex B0 4D DA

RGB Percentages of Color #b04dda

%37.37
%16.35
%46.28

CMYK Percentages of Color #b04dda

%19
%65
%0
%15

Triadic Colors of #b04dda

#b04dda #dab04d #4ddab0

Analogous Colors of #b04dda

#b04dda #da4dbe #6a4dda

Monochromatic Colors of #b04dda

#b04dda

Complementary Color

#b04dda #77da4d

#b04dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04dda Color CSS Codes

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

#b04dda Text Font Color

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

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


#b04dda Background Color

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

This div background color is #b04dda


#b04dda Border Color

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

This div border color is #b04dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04dda


Comments

No comments written yet.

Please login to write comment.