Color Hex Logo

#b32ae5 Color Hex

#B32AE5
(179,42,229)
0 Favorites   0 Comments

Color spaces of #b32ae5

RGB 17942229
HSL0.790.780.53
HSV284°82°90°
CMYK 0.220.820.00   0.10
XYZ33.561216.896875.6213
Yxy16.89680.26620.1340
Hunter Lab41.105773.8032-80.3005
CIE-Lab48.129776.9813-66.5476

#b32ae5 color RGB value is (179,42,229).

#b32ae5 hex color red value is 179, green value is 42 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #b32ae5 hue: 0.79 , saturation: 0.78 and the lightness value of b32ae5 is 0.53.

The process color (four color CMYK) of #b32ae5 color hex is 0.22, 0.82, 0.00, 0.10. Web safe color of #b32ae5 is #cc33cc. Color #b32ae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101010 11100101
Octal 263 52 345
Decimal 179 42 229
Hex B3 2A E5

RGB Percentages of Color #b32ae5

%39.78
%9.33
%50.89

CMYK Percentages of Color #b32ae5

%22
%82
%0
%10

Triadic Colors of #b32ae5

#b32ae5 #e5b32a #2ae5b3

Analogous Colors of #b32ae5

#b32ae5 #e52aba #552ae5

Monochromatic Colors of #b32ae5

#b32ae5

Complementary Color

#b32ae5 #5ce52a

#b32ae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32ae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32ae5 Color CSS Codes

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

#b32ae5 Text Font Color

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

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


#b32ae5 Background Color

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

This div background color is #b32ae5


#b32ae5 Border Color

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

This div border color is #b32ae5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,42,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b32ae5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b32ae5;
  -webkit-box-shadow: 1px 1px 3px 2px #b32ae5;
  box-shadow:         1px 1px 3px 2px #b32ae5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,42,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32ae5


Comments

No comments written yet.

Please login to write comment.