Color Hex Logo

#b320bb Color Hex

#B320BB
(179,32,187)
0 Favorites   0 Comments

Color spaces of #b320bb

RGB 17932187
HSL0.820.710.43
HSV297°83°73°
CMYK 0.040.830.00   0.27
XYZ28.076614.204648.2757
Yxy14.20460.31000.1569
Hunter Lab37.689067.0187-49.5621
CIE-Lab44.524972.1124-48.1524

#b320bb color RGB value is (179,32,187).

#b320bb hex color red value is 179, green value is 32 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b320bb hue: 0.82 , saturation: 0.71 and the lightness value of b320bb is 0.43.

The process color (four color CMYK) of #b320bb color hex is 0.04, 0.83, 0.00, 0.27. Web safe color of #b320bb is #cc33cc. Color #b320bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100000 10111011
Octal 263 40 273
Decimal 179 32 187
Hex B3 20 BB

RGB Percentages of Color #b320bb

%44.97
%8.04
%46.98

CMYK Percentages of Color #b320bb

%4
%83
%0
%27

Triadic Colors of #b320bb

#b320bb #bbb320 #20bbb3

Analogous Colors of #b320bb

#b320bb #bb2076 #6620bb

Monochromatic Colors of #b320bb

#b320bb

Complementary Color

#b320bb #28bb20

#b320bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b320bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b320bb Color CSS Codes

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

#b320bb Text Font Color

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

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


#b320bb Background Color

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

This div background color is #b320bb


#b320bb Border Color

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

This div border color is #b320bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b320bb


Comments

No comments written yet.

Please login to write comment.