Color Hex Logo

#b211ce Color Hex

#B211CE
(178,17,206)
0 Favorites   0 Comments

Color spaces of #b211ce

RGB 17817206
HSL0.810.850.44
HSV291°92°81°
CMYK 0.140.920.00   0.19
XYZ29.701114.322159.5915
Yxy14.32210.28660.1382
Hunter Lab37.844673.8621-66.8692
CIE-Lab44.691477.6974-58.9552

#b211ce color RGB value is (178,17,206).

#b211ce hex color red value is 178, green value is 17 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b211ce hue: 0.81 , saturation: 0.85 and the lightness value of b211ce is 0.44.

The process color (four color CMYK) of #b211ce color hex is 0.14, 0.92, 0.00, 0.19. Web safe color of #b211ce is #9900cc. Color #b211ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010001 11001110
Octal 262 21 316
Decimal 178 17 206
Hex B2 11 CE

RGB Percentages of Color #b211ce

%44.39
%4.24
%51.37

CMYK Percentages of Color #b211ce

%14
%92
%0
%19

Triadic Colors of #b211ce

#b211ce #ceb211 #11ceb2

Analogous Colors of #b211ce

#b211ce #ce118c #5311ce

Monochromatic Colors of #b211ce

#b211ce

Complementary Color

#b211ce #2dce11

#b211ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b211ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b211ce Color CSS Codes

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

#b211ce Text Font Color

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

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


#b211ce Background Color

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

This div background color is #b211ce


#b211ce Border Color

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

This div border color is #b211ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b211ce


Comments

No comments written yet.

Please login to write comment.