Color Hex Logo

#b221ec Color Hex

#B221EC
(178,33,236)
0 Favorites   0 Comments

Color spaces of #b221ec

RGB 17833236
HSL0.790.840.53
HSV283°86°93°
CMYK 0.250.860.00   0.07
XYZ34.044316.608880.7684
Yxy16.60880.25900.1264
Hunter Lab40.753977.7930-88.9766
CIE-Lab47.763380.2484-71.1099

#b221ec color RGB value is (178,33,236).

#b221ec hex color red value is 178, green value is 33 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b221ec hue: 0.79 , saturation: 0.84 and the lightness value of b221ec is 0.53.

The process color (four color CMYK) of #b221ec color hex is 0.25, 0.86, 0.00, 0.07. Web safe color of #b221ec is #9933ff. Color #b221ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100001 11101100
Octal 262 41 354
Decimal 178 33 236
Hex B2 21 EC

RGB Percentages of Color #b221ec

%39.82
%7.38
%52.80

CMYK Percentages of Color #b221ec

%25
%86
%0
%7

Triadic Colors of #b221ec

#b221ec #ecb221 #21ecb2

Analogous Colors of #b221ec

#b221ec #ec21c1 #4c21ec

Monochromatic Colors of #b221ec

#b221ec

Complementary Color

#b221ec #5bec21

#b221ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b221ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b221ec Color CSS Codes

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

#b221ec Text Font Color

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

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


#b221ec Background Color

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

This div background color is #b221ec


#b221ec Border Color

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

This div border color is #b221ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b221ec


Comments

No comments written yet.

Please login to write comment.