Color Hex Logo

#b322be Color Hex

#B322BE
(179,34,190)
0 Favorites   0 Comments

Color spaces of #b322be

RGB 17934190
HSL0.820.700.44
HSV296°82°75°
CMYK 0.060.820.00   0.25
XYZ28.456714.445550.0036
Yxy14.44550.30630.1555
Hunter Lab38.007267.1335-51.3989
CIE-Lab44.865272.1418-49.3640

#b322be color RGB value is (179,34,190).

#b322be hex color red value is 179, green value is 34 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b322be hue: 0.82 , saturation: 0.70 and the lightness value of b322be is 0.44.

The process color (four color CMYK) of #b322be color hex is 0.06, 0.82, 0.00, 0.25. Web safe color of #b322be is #cc33cc. Color #b322be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100010 10111110
Octal 263 42 276
Decimal 179 34 190
Hex B3 22 BE

RGB Percentages of Color #b322be

%44.42
%8.44
%47.15

CMYK Percentages of Color #b322be

%6
%82
%0
%25

Triadic Colors of #b322be

#b322be #beb322 #22beb3

Analogous Colors of #b322be

#b322be #be227b #6522be

Monochromatic Colors of #b322be

#b322be

Complementary Color

#b322be #2dbe22

#b322be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b322be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b322be Color CSS Codes

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

#b322be Text Font Color

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

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


#b322be Background Color

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

This div background color is #b322be


#b322be Border Color

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

This div border color is #b322be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b322be


Comments

No comments written yet.

Please login to write comment.