Color Hex Logo

#b215ce Color Hex

#B215CE
(178,21,206)
0 Favorites   0 Comments

Color spaces of #b215ce

RGB 17821206
HSL0.810.810.45
HSV291°90°81°
CMYK 0.140.900.00   0.19
XYZ29.768814.457559.6141
Yxy14.45750.28670.1392
Hunter Lab38.023073.2101-66.3413
CIE-Lab44.882077.1332-58.6472

#b215ce color RGB value is (178,21,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010101 11001110
Octal 262 25 316
Decimal 178 21 206
Hex B2 15 CE

RGB Percentages of Color #b215ce

%43.95
%5.19
%50.86

CMYK Percentages of Color #b215ce

%14
%90
%0
%19

Triadic Colors of #b215ce

#b215ce #ceb215 #15ceb2

Analogous Colors of #b215ce

#b215ce #ce158e #5615ce

Monochromatic Colors of #b215ce

#b215ce

Complementary Color

#b215ce #31ce15

#b215ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b215ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b215ce Color CSS Codes

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

#b215ce Text Font Color

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

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


#b215ce Background Color

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

This div background color is #b215ce


#b215ce Border Color

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

This div border color is #b215ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b215ce


Comments

No comments written yet.

Please login to write comment.