Color Hex Logo

#b32ade Color Hex

#B32ADE
(179,42,222)
0 Favorites   0 Comments

Color spaces of #b32ade

RGB 17942222
HSL0.790.730.52
HSV286°81°87°
CMYK 0.190.810.00   0.13
XYZ32.603216.513670.5763
Yxy16.51360.27240.1380
Hunter Lab40.636972.0968-74.5262
CIE-Lab47.641275.6918-63.3601

#b32ade color RGB value is (179,42,222).

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

The process color (four color CMYK) of #b32ade color hex is 0.19, 0.81, 0.00, 0.13. Web safe color of #b32ade is #cc33cc. Color #b32ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101010 11011110
Octal 263 52 336
Decimal 179 42 222
Hex B3 2A DE

RGB Percentages of Color #b32ade

%40.41
%9.48
%50.11

CMYK Percentages of Color #b32ade

%19
%81
%0
%13

Triadic Colors of #b32ade

#b32ade #deb32a #2adeb3

Analogous Colors of #b32ade

#b32ade #de2aaf #592ade

Monochromatic Colors of #b32ade

#b32ade

Complementary Color

#b32ade #55de2a

#b32ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32ade Color CSS Codes

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

#b32ade Text Font Color

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

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


#b32ade Background Color

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

This div background color is #b32ade


#b32ade Border Color

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

This div border color is #b32ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32ade


Comments

No comments written yet.

Please login to write comment.