Color Hex Logo

#b216df Color Hex

#B216DF
(178,22,223)
0 Favorites   0 Comments

Color spaces of #b216df

RGB 17822223
HSL0.800.820.48
HSV287°90°87°
CMYK 0.200.900.00   0.13
XYZ31.966315.366571.0933
Yxy15.36650.26990.1298
Hunter Lab39.200176.9601-80.0882
CIE-Lab46.132179.9024-66.3836

#b216df color RGB value is (178,22,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010110 11011111
Octal 262 26 337
Decimal 178 22 223
Hex B2 16 DF

RGB Percentages of Color #b216df

%42.08
%5.20
%52.72

CMYK Percentages of Color #b216df

%20
%90
%0
%13

Triadic Colors of #b216df

#b216df #dfb216 #16dfb2

Analogous Colors of #b216df

#b216df #df16a8 #4e16df

Monochromatic Colors of #b216df

#b216df

Complementary Color

#b216df #43df16

#b216df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b216df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b216df Color CSS Codes

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

#b216df Text Font Color

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

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


#b216df Background Color

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

This div background color is #b216df


#b216df Border Color

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

This div border color is #b216df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b216df


Comments

No comments written yet.

Please login to write comment.