Color Hex Logo

#b219cc Color Hex

#B219CC
(178,25,204)
0 Favorites   0 Comments

Color spaces of #b219cc

RGB 17825204
HSL0.810.780.45
HSV291°88°80°
CMYK 0.130.880.00   0.20
XYZ29.606814.519958.3689
Yxy14.51990.28890.1417
Hunter Lab38.105072.0071-64.1464
CIE-Lab44.969576.1391-57.3492

#b219cc color RGB value is (178,25,204).

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

The process color (four color CMYK) of #b219cc color hex is 0.13, 0.88, 0.00, 0.20. Web safe color of #b219cc is #9900cc. Color #b219cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011001 11001100
Octal 262 31 314
Decimal 178 25 204
Hex B2 19 CC

RGB Percentages of Color #b219cc

%43.73
%6.14
%50.12

CMYK Percentages of Color #b219cc

%13
%88
%0
%20

Triadic Colors of #b219cc

#b219cc #ccb219 #19ccb2

Analogous Colors of #b219cc

#b219cc #cc198d #5919cc

Monochromatic Colors of #b219cc

#b219cc

Complementary Color

#b219cc #33cc19

#b219cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b219cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b219cc Color CSS Codes

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

#b219cc Text Font Color

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

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


#b219cc Background Color

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

This div background color is #b219cc


#b219cc Border Color

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

This div border color is #b219cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b219cc


Comments

No comments written yet.

Please login to write comment.