Color Hex Logo

#b829c1 Color Hex

#B829C1
(184,41,193)
0 Favorites   0 Comments

Color spaces of #b829c1

RGB 18441193
HSL0.820.650.46
HSV296°79°76°
CMYK 0.050.790.00   0.24
XYZ30.185715.626551.8773
Yxy15.62650.30900.1600
Hunter Lab39.530467.1259-50.1374
CIE-Lab46.480671.8205-48.4825

#b829c1 color RGB value is (184,41,193).

#b829c1 hex color red value is 184, green value is 41 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #b829c1 hue: 0.82 , saturation: 0.65 and the lightness value of b829c1 is 0.46.

The process color (four color CMYK) of #b829c1 color hex is 0.05, 0.79, 0.00, 0.24. Web safe color of #b829c1 is #cc33cc. Color #b829c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101001 11000001
Octal 270 51 301
Decimal 184 41 193
Hex B8 29 C1

RGB Percentages of Color #b829c1

%44.02
%9.81
%46.17

CMYK Percentages of Color #b829c1

%5
%79
%0
%24

Triadic Colors of #b829c1

#b829c1 #c1b829 #29c1b8

Analogous Colors of #b829c1

#b829c1 #c1297e #6c29c1

Monochromatic Colors of #b829c1

#b829c1

Complementary Color

#b829c1 #32c129

#b829c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b829c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b829c1 Color CSS Codes

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

#b829c1 Text Font Color

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

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


#b829c1 Background Color

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

This div background color is #b829c1


#b829c1 Border Color

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

This div border color is #b829c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b829c1


Comments

No comments written yet.

Please login to write comment.