Color Hex Logo

#b332be Color Hex

#B332BE
(179,50,190)
0 Favorites   0 Comments

Color spaces of #b332be

RGB 17950190
HSL0.820.580.47
HSV295°74°75°
CMYK 0.060.740.00   0.25
XYZ29.025315.582650.1931
Yxy15.58260.30620.1644
Hunter Lab39.474862.1678-47.7562
CIE-Lab46.422067.6444-46.8744

#b332be color RGB value is (179,50,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110010 10111110
Octal 263 62 276
Decimal 179 50 190
Hex B3 32 BE

RGB Percentages of Color #b332be

%42.72
%11.93
%45.35

CMYK Percentages of Color #b332be

%6
%74
%0
%25

Triadic Colors of #b332be

#b332be #beb332 #32beb3

Analogous Colors of #b332be

#b332be #be3283 #6d32be

Monochromatic Colors of #b332be

#b332be

Complementary Color

#b332be #3dbe32

#b332be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b332be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b332be Color CSS Codes

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

#b332be Text Font Color

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

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


#b332be Background Color

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

This div background color is #b332be


#b332be Border Color

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

This div border color is #b332be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,50,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 #b332be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b332be


Comments

No comments written yet.

Please login to write comment.