Color Hex Logo

#b429eb Color Hex

#B429EB
(180,41,235)
0 Favorites   0 Comments

Color spaces of #b429eb

RGB 18041235
HSL0.790.830.54
HSV283°83°92°
CMYK 0.230.830.00   0.08
XYZ34.610717.287380.1099
Yxy17.28730.26220.1310
Hunter Lab41.578075.8269-85.1317
CIE-Lab48.620078.5141-69.1395

#b429eb color RGB value is (180,41,235).

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

The process color (four color CMYK) of #b429eb color hex is 0.23, 0.83, 0.00, 0.08. Web safe color of #b429eb is #cc33ff. Color #b429eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101001 11101011
Octal 264 51 353
Decimal 180 41 235
Hex B4 29 EB

RGB Percentages of Color #b429eb

%39.47
%8.99
%51.54

CMYK Percentages of Color #b429eb

%23
%83
%0
%8

Triadic Colors of #b429eb

#b429eb #ebb429 #29ebb4

Analogous Colors of #b429eb

#b429eb #eb29c1 #5329eb

Monochromatic Colors of #b429eb

#b429eb

Complementary Color

#b429eb #60eb29

#b429eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b429eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b429eb Color CSS Codes

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

#b429eb Text Font Color

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

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


#b429eb Background Color

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

This div background color is #b429eb


#b429eb Border Color

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

This div border color is #b429eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b429eb


Comments

No comments written yet.

Please login to write comment.