Color Hex Logo

#b221dd Color Hex

#B221DD
(178,33,221)
0 Favorites   0 Comments

Color spaces of #b221dd

RGB 17833221
HSL0.800.740.50
HSV286°85°87°
CMYK 0.190.850.00   0.13
XYZ31.955115.773169.7669
Yxy15.77310.27200.1342
Hunter Lab39.715474.1198-76.3524
CIE-Lab46.675477.5202-64.3612

#b221dd color RGB value is (178,33,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100001 11011101
Octal 262 41 335
Decimal 178 33 221
Hex B2 21 DD

RGB Percentages of Color #b221dd

%41.20
%7.64
%51.16

CMYK Percentages of Color #b221dd

%19
%85
%0
%13

Triadic Colors of #b221dd

#b221dd #ddb221 #21ddb2

Analogous Colors of #b221dd

#b221dd #dd21aa #5421dd

Monochromatic Colors of #b221dd

#b221dd

Complementary Color

#b221dd #4cdd21

#b221dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b221dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b221dd Color CSS Codes

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

#b221dd Text Font Color

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

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


#b221dd Background Color

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

This div background color is #b221dd


#b221dd Border Color

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

This div border color is #b221dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b221dd


Comments

No comments written yet.

Please login to write comment.