Color Hex Logo

#b221cb Color Hex

#B221CB
(178,33,203)
0 Favorites   0 Comments

Color spaces of #b221cb

RGB 17833203
HSL0.810.720.46
HSV291°84°80°
CMYK 0.120.840.00   0.20
XYZ29.683414.864557.8046
Yxy14.86450.29000.1452
Hunter Lab38.554569.9581-61.9051
CIE-Lab45.448074.3684-55.9988

#b221cb color RGB value is (178,33,203).

#b221cb hex color red value is 178, green value is 33 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b221cb hue: 0.81 , saturation: 0.72 and the lightness value of b221cb is 0.46.

The process color (four color CMYK) of #b221cb color hex is 0.12, 0.84, 0.00, 0.20. Web safe color of #b221cb is #9933cc. Color #b221cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100001 11001011
Octal 262 41 313
Decimal 178 33 203
Hex B2 21 CB

RGB Percentages of Color #b221cb

%43.00
%7.97
%49.03

CMYK Percentages of Color #b221cb

%12
%84
%0
%20

Triadic Colors of #b221cb

#b221cb #cbb221 #21cbb2

Analogous Colors of #b221cb

#b221cb #cb218f #5d21cb

Monochromatic Colors of #b221cb

#b221cb

Complementary Color

#b221cb #3acb21

#b221cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b221cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b221cb Color CSS Codes

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

#b221cb Text Font Color

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

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


#b221cb Background Color

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

This div background color is #b221cb


#b221cb Border Color

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

This div border color is #b221cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,33,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b221cb


Comments

No comments written yet.

Please login to write comment.