Color Hex Logo

#b216dc Color Hex

#B216DC
(178,22,220)
0 Favorites   0 Comments

Color spaces of #b216dc

RGB 17822220
HSL0.800.820.47
HSV287°90°86°
CMYK 0.190.900.00   0.14
XYZ31.565315.206168.9815
Yxy15.20610.27270.1314
Hunter Lab38.995076.2492-77.5865
CIE-Lab45.915279.3774-65.0224

#b216dc color RGB value is (178,22,220).

#b216dc hex color red value is 178, green value is 22 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b216dc hue: 0.80 , saturation: 0.82 and the lightness value of b216dc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010110 11011100
Octal 262 26 334
Decimal 178 22 220
Hex B2 16 DC

RGB Percentages of Color #b216dc

%42.38
%5.24
%52.38

CMYK Percentages of Color #b216dc

%19
%90
%0
%14

Triadic Colors of #b216dc

#b216dc #dcb216 #16dcb2

Analogous Colors of #b216dc

#b216dc #dc16a3 #4f16dc

Monochromatic Colors of #b216dc

#b216dc

Complementary Color

#b216dc #40dc16

#b216dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b216dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b216dc Color CSS Codes

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

#b216dc Text Font Color

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

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


#b216dc Background Color

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

This div background color is #b216dc


#b216dc Border Color

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

This div border color is #b216dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b216dc


Comments

No comments written yet.

Please login to write comment.