Color Hex Logo

#b332dc Color Hex

#B332DC
(179,50,220)
0 Favorites   0 Comments

Color spaces of #b332dc

RGB 17950220
HSL0.790.710.53
HSV286°77°86°
CMYK 0.190.770.00   0.14
XYZ32.649317.032269.2769
Yxy17.03220.27450.1432
Hunter Lab41.270168.9910-70.6365
CIE-Lab48.300673.0146-61.1545

#b332dc color RGB value is (179,50,220).

#b332dc hex color red value is 179, green value is 50 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b332dc hue: 0.79 , saturation: 0.71 and the lightness value of b332dc is 0.53.

The process color (four color CMYK) of #b332dc color hex is 0.19, 0.77, 0.00, 0.14. Web safe color of #b332dc is #cc33cc. Color #b332dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110010 11011100
Octal 263 62 334
Decimal 179 50 220
Hex B3 32 DC

RGB Percentages of Color #b332dc

%39.87
%11.14
%49.00

CMYK Percentages of Color #b332dc

%19
%77
%0
%14

Triadic Colors of #b332dc

#b332dc #dcb332 #32dcb3

Analogous Colors of #b332dc

#b332dc #dc32b0 #5e32dc

Monochromatic Colors of #b332dc

#b332dc

Complementary Color

#b332dc #5bdc32

#b332dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b332dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b332dc Color CSS Codes

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

#b332dc Text Font Color

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

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


#b332dc Background Color

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

This div background color is #b332dc


#b332dc Border Color

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

This div border color is #b332dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b332dc


Comments

No comments written yet.

Please login to write comment.