Color Hex Logo

#b211be Color Hex

#B211BE
(178,17,190)
0 Favorites   0 Comments

Color spaces of #b211be

RGB 17817190
HSL0.820.840.41
HSV296°91°75°
CMYK 0.060.910.00   0.25
XYZ27.854813.583649.8690
Yxy13.58360.30510.1488
Hunter Lab36.855970.4080-54.4249
CIE-Lab43.629775.0918-51.3555

#b211be color RGB value is (178,17,190).

#b211be hex color red value is 178, green value is 17 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b211be hue: 0.82 , saturation: 0.84 and the lightness value of b211be is 0.41.

The process color (four color CMYK) of #b211be color hex is 0.06, 0.91, 0.00, 0.25. Web safe color of #b211be is #9900cc. Color #b211be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010001 10111110
Octal 262 21 276
Decimal 178 17 190
Hex B2 11 BE

RGB Percentages of Color #b211be

%46.23
%4.42
%49.35

CMYK Percentages of Color #b211be

%6
%91
%0
%25

Triadic Colors of #b211be

#b211be #beb211 #11beb2

Analogous Colors of #b211be

#b211be #be1174 #5c11be

Monochromatic Colors of #b211be

#b211be

Complementary Color

#b211be #1dbe11

#b211be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b211be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b211be Color CSS Codes

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

#b211be Text Font Color

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

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


#b211be Background Color

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

This div background color is #b211be


#b211be Border Color

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

This div border color is #b211be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b211be


Comments

No comments written yet.

Please login to write comment.