Color Hex Logo

#b322dd Color Hex

#B322DD
(179,34,221)
0 Favorites   0 Comments

Color spaces of #b322dd

RGB 17934221
HSL0.800.730.50
HSV287°85°87°
CMYK 0.190.850.00   0.13
XYZ32.213615.948269.7871
Yxy15.94820.27310.1352
Hunter Lab39.935274.0999-75.6551
CIE-Lab46.906577.4592-63.9794

#b322dd color RGB value is (179,34,221).

#b322dd hex color red value is 179, green value is 34 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b322dd hue: 0.80 , saturation: 0.73 and the lightness value of b322dd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100010 11011101
Octal 263 42 335
Decimal 179 34 221
Hex B3 22 DD

RGB Percentages of Color #b322dd

%41.24
%7.83
%50.92

CMYK Percentages of Color #b322dd

%19
%85
%0
%13

Triadic Colors of #b322dd

#b322dd #ddb322 #22ddb3

Analogous Colors of #b322dd

#b322dd #dd22aa #5622dd

Monochromatic Colors of #b322dd

#b322dd

Complementary Color

#b322dd #4cdd22

#b322dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b322dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b322dd Color CSS Codes

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

#b322dd Text Font Color

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

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


#b322dd Background Color

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

This div background color is #b322dd


#b322dd Border Color

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

This div border color is #b322dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b322dd


Comments

No comments written yet.

Please login to write comment.