Color Hex Logo

#b04ddd Color Hex

#B04DDD
(176,77,221)
0 Favorites   0 Comments

Color spaces of #b04ddd

RGB 17677221
HSL0.780.680.58
HSV281°65°87°
CMYK 0.200.650.00   0.13
XYZ33.609519.758370.4489
Yxy19.75830.27140.1596
Hunter Lab44.450357.1783-62.8530
CIE-Lab51.562862.3529-56.4945

#b04ddd color RGB value is (176,77,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001101 11011101
Octal 260 115 335
Decimal 176 77 221
Hex B0 4D DD

RGB Percentages of Color #b04ddd

%37.13
%16.24
%46.62

CMYK Percentages of Color #b04ddd

%20
%65
%0
%13

Triadic Colors of #b04ddd

#b04ddd #ddb04d #4dddb0

Analogous Colors of #b04ddd

#b04ddd #dd4dc2 #684ddd

Monochromatic Colors of #b04ddd

#b04ddd

Complementary Color

#b04ddd #7add4d

#b04ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04ddd Color CSS Codes

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

#b04ddd Text Font Color

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

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


#b04ddd Background Color

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

This div background color is #b04ddd


#b04ddd Border Color

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

This div border color is #b04ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04ddd

#b04ddd Color Palettes


Comments

No comments written yet.

Please login to write comment.