Color Hex Logo

#b217cc Color Hex

#B217CC
(178,23,204)
0 Favorites   0 Comments

Color spaces of #b217cc

RGB 17823204
HSL0.810.800.45
HSV291°89°80°
CMYK 0.130.890.00   0.20
XYZ29.565614.437458.3552
Yxy14.43740.28880.1410
Hunter Lab37.996672.3990-64.4601
CIE-Lab44.853876.4805-57.5359

#b217cc color RGB value is (178,23,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010111 11001100
Octal 262 27 314
Decimal 178 23 204
Hex B2 17 CC

RGB Percentages of Color #b217cc

%43.95
%5.68
%50.37

CMYK Percentages of Color #b217cc

%13
%89
%0
%20

Triadic Colors of #b217cc

#b217cc #ccb217 #17ccb2

Analogous Colors of #b217cc

#b217cc #cc178c #5817cc

Monochromatic Colors of #b217cc

#b217cc

Complementary Color

#b217cc #31cc17

#b217cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b217cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b217cc Color CSS Codes

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

#b217cc Text Font Color

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

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


#b217cc Background Color

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

This div background color is #b217cc


#b217cc Border Color

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

This div border color is #b217cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b217cc


Comments

No comments written yet.

Please login to write comment.