Color Hex Logo

#b516da Color Hex

#B516DA
(181,22,218)
0 Favorites   0 Comments

Color spaces of #b516da

RGB 18122218
HSL0.800.820.47
HSV289°90°85°
CMYK 0.170.900.00   0.15
XYZ31.997915.459567.6272
Yxy15.45950.27800.1343
Hunter Lab39.318676.4578-74.4547
CIE-Lab46.257279.4777-63.3011

#b516da color RGB value is (181,22,218).

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

The process color (four color CMYK) of #b516da color hex is 0.17, 0.90, 0.00, 0.15. Web safe color of #b516da is #cc00cc. Color #b516da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00010110 11011010
Octal 265 26 332
Decimal 181 22 218
Hex B5 16 DA

RGB Percentages of Color #b516da

%42.99
%5.23
%51.78

CMYK Percentages of Color #b516da

%17
%90
%0
%15

Triadic Colors of #b516da

#b516da #dab516 #16dab5

Analogous Colors of #b516da

#b516da #da169d #5316da

Monochromatic Colors of #b516da

#b516da

Complementary Color

#b516da #3bda16

#b516da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b516da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b516da Color CSS Codes

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

#b516da Text Font Color

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

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


#b516da Background Color

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

This div background color is #b516da


#b516da Border Color

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

This div border color is #b516da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b516da


Comments

No comments written yet.

Please login to write comment.