color codes Logo

#b829dd color codes

#B829DD
(184,41,221)
0 Favorites   0 Comments

Color spaces of #b829dd

RGB 18441221
HSL0.800.730.51
HSV288°81°87°
CMYK 0.170.810.00   0.13
XYZ33.611216.996769.9158
Yxy16.99670.27890.1410
Hunter Lab41.227173.3784-71.6893
CIE-Lab48.255976.6130-61.7588

#b829dd color RGB value is (184,41,221).

#b829dd hex color red value is 184, green value is 41 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b829dd hue: 0.80 , saturation: 0.73 and the lightness value of b829dd is 0.51.

The process color (four color CMYK) of #b829dd color code is 0.17, 0.81, 0.00, 0.13. Web safe color of #b829dd is #cc33cc. Color #b829dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101001 11011101
Octal 270 51 335
Decimal 184 41 221
Hex B8 29 DD

RGB Percentages of Color #b829dd

%41.26
%9.19
%49.55

CMYK Percentages of Color #b829dd

%17
%81
%0
%13

Triadic Colors of #b829dd

#b829dd #ddb829 #29ddb8

Analogous Colors of #b829dd

#b829dd #dd29a8 #5e29dd

Monochromatic Colors of #b829dd

#b829dd

Complementary Color

#b829dd #4edd29

#b829dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b829dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b829dd Color CSS Codes

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

#b829dd Text Font Color

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

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


#b829dd Background Color

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

This div background color is #b829dd


#b829dd Border Color

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

This div border color is #b829dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b829dd


Comments

No comments written yet.

Please login to write comment.