Color Hex Logo

#b32bbd Color Hex

#B32BBD
(179,43,189)
0 Favorites   0 Comments

Color spaces of #b32bbd

RGB 17943189
HSL0.820.630.45
HSV296°77°74°
CMYK 0.050.770.00   0.26
XYZ28.639614.985649.5271
Yxy14.98560.30740.1609
Hunter Lab38.711264.3144-48.7577
CIE-Lab45.614569.6272-47.5804

#b32bbd color RGB value is (179,43,189).

#b32bbd hex color red value is 179, green value is 43 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b32bbd hue: 0.82 , saturation: 0.63 and the lightness value of b32bbd is 0.45.

The process color (four color CMYK) of #b32bbd color hex is 0.05, 0.77, 0.00, 0.26. Web safe color of #b32bbd is #cc33cc. Color #b32bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101011 10111101
Octal 263 53 275
Decimal 179 43 189
Hex B3 2B BD

RGB Percentages of Color #b32bbd

%43.55
%10.46
%45.99

CMYK Percentages of Color #b32bbd

%5
%77
%0
%26

Triadic Colors of #b32bbd

#b32bbd #bdb32b #2bbdb3

Analogous Colors of #b32bbd

#b32bbd #bd2b7e #6a2bbd

Monochromatic Colors of #b32bbd

#b32bbd

Complementary Color

#b32bbd #35bd2b

#b32bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32bbd Color CSS Codes

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

#b32bbd Text Font Color

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

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


#b32bbd Background Color

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

This div background color is #b32bbd


#b32bbd Border Color

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

This div border color is #b32bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32bbd


Comments

No comments written yet.

Please login to write comment.