Color Hex Logo

#b332dd Color Hex

#B332DD
(179,50,221)
0 Favorites   0 Comments

Color spaces of #b332dd

RGB 17950221
HSL0.790.720.53
HSV285°77°87°
CMYK 0.190.770.00   0.13
XYZ32.782217.085469.9766
Yxy17.08540.27350.1426
Hunter Lab41.334569.2322-71.4400
CIE-Lab48.367573.2009-61.6164

#b332dd color RGB value is (179,50,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110010 11011101
Octal 263 62 335
Decimal 179 50 221
Hex B3 32 DD

RGB Percentages of Color #b332dd

%39.78
%11.11
%49.11

CMYK Percentages of Color #b332dd

%19
%77
%0
%13

Triadic Colors of #b332dd

#b332dd #ddb332 #32ddb3

Analogous Colors of #b332dd

#b332dd #dd32b2 #5d32dd

Monochromatic Colors of #b332dd

#b332dd

Complementary Color

#b332dd #5cdd32

#b332dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b332dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b332dd Color CSS Codes

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

#b332dd Text Font Color

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

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


#b332dd Background Color

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

This div background color is #b332dd


#b332dd Border Color

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

This div border color is #b332dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b332dd


Comments

No comments written yet.

Please login to write comment.