Color Hex Logo

#b332de Color Hex

#B332DE
(179,50,222)
0 Favorites   0 Comments

Color spaces of #b332de

RGB 17950222
HSL0.790.720.53
HSV285°77°87°
CMYK 0.190.770.00   0.13
XYZ32.915817.138870.6805
Yxy17.13880.27260.1420
Hunter Lab41.399069.4746-72.2464
CIE-Lab48.434573.3878-62.0777

#b332de color RGB value is (179,50,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110010 11011110
Octal 263 62 336
Decimal 179 50 222
Hex B3 32 DE

RGB Percentages of Color #b332de

%39.69
%11.09
%49.22

CMYK Percentages of Color #b332de

%19
%77
%0
%13

Triadic Colors of #b332de

#b332de #deb332 #32deb3

Analogous Colors of #b332de

#b332de #de32b3 #5d32de

Monochromatic Colors of #b332de

#b332de

Complementary Color

#b332de #5dde32

#b332de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b332de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b332de Color CSS Codes

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

#b332de Text Font Color

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

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


#b332de Background Color

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

This div background color is #b332de


#b332de Border Color

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

This div border color is #b332de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b332de


Comments

No comments written yet.

Please login to write comment.