Color Hex Logo

#b829ea Color Hex

#B829EA
(184,41,234)
0 Favorites   0 Comments

Color spaces of #b829ea

RGB 18441234
HSL0.790.820.54
HSV284°82°92°
CMYK 0.210.820.00   0.08
XYZ35.411417.716779.3952
Yxy17.71670.26720.1337
Hunter Lab42.091276.5127-82.3728
CIE-Lab49.150778.9591-67.6860

#b829ea color RGB value is (184,41,234).

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

The process color (four color CMYK) of #b829ea color hex is 0.21, 0.82, 0.00, 0.08. Web safe color of #b829ea is #cc33ff. Color #b829ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101001 11101010
Octal 270 51 352
Decimal 184 41 234
Hex B8 29 EA

RGB Percentages of Color #b829ea

%40.09
%8.93
%50.98

CMYK Percentages of Color #b829ea

%21
%82
%0
%8

Triadic Colors of #b829ea

#b829ea #eab829 #29eab8

Analogous Colors of #b829ea

#b829ea #ea29bc #5729ea

Monochromatic Colors of #b829ea

#b829ea

Complementary Color

#b829ea #5bea29

#b829ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b829ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b829ea Color CSS Codes

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

#b829ea Text Font Color

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

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


#b829ea Background Color

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

This div background color is #b829ea


#b829ea Border Color

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

This div border color is #b829ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b829ea


Comments

No comments written yet.

Please login to write comment.