Color Hex Logo

#b829ce Color Hex

#B829CE
(184,41,206)
0 Favorites   0 Comments

Color spaces of #b829ce

RGB 18441206
HSL0.810.670.48
HSV292°80°81°
CMYK 0.110.800.00   0.19
XYZ31.700716.232559.8549
Yxy16.23250.29410.1506
Hunter Lab40.289669.9409-59.8796
CIE-Lab47.278173.9974-54.7361

#b829ce color RGB value is (184,41,206).

#b829ce hex color red value is 184, green value is 41 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b829ce hue: 0.81 , saturation: 0.67 and the lightness value of b829ce is 0.48.

The process color (four color CMYK) of #b829ce color hex is 0.11, 0.80, 0.00, 0.19. Web safe color of #b829ce is #cc33cc. Color #b829ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101001 11001110
Octal 270 51 316
Decimal 184 41 206
Hex B8 29 CE

RGB Percentages of Color #b829ce

%42.69
%9.51
%47.80

CMYK Percentages of Color #b829ce

%11
%80
%0
%19

Triadic Colors of #b829ce

#b829ce #ceb829 #29ceb8

Analogous Colors of #b829ce

#b829ce #ce2992 #6629ce

Monochromatic Colors of #b829ce

#b829ce

Complementary Color

#b829ce #3fce29

#b829ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b829ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b829ce Color CSS Codes

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

#b829ce Text Font Color

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

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


#b829ce Background Color

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

This div background color is #b829ce


#b829ce Border Color

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

This div border color is #b829ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,41,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b829ce


Comments

No comments written yet.

Please login to write comment.