Color Hex Logo

#b20cce Color Hex

#B20CCE
(178,12,206)
0 Favorites   0 Comments

Color spaces of #b20cce

RGB 17812206
HSL0.810.890.43
HSV291°94°81°
CMYK 0.140.940.00   0.19
XYZ29.632114.184259.5685
Yxy14.18420.28660.1372
Hunter Lab37.661974.5340-67.4135
CIE-Lab44.495978.2767-59.2711

#b20cce color RGB value is (178,12,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001100 11001110
Octal 262 14 316
Decimal 178 12 206
Hex B2 C CE

RGB Percentages of Color #b20cce

%44.95
%3.03
%52.02

CMYK Percentages of Color #b20cce

%14
%94
%0
%19

Triadic Colors of #b20cce

#b20cce #ceb20c #0cceb2

Analogous Colors of #b20cce

#b20cce #ce0c89 #510cce

Monochromatic Colors of #b20cce

#b20cce

Complementary Color

#b20cce #28ce0c

#b20cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20cce Color CSS Codes

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

#b20cce Text Font Color

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

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


#b20cce Background Color

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

This div background color is #b20cce


#b20cce Border Color

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

This div border color is #b20cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20cce


Comments

No comments written yet.

Please login to write comment.