Color Hex Logo

#b616bd Color Hex

#B616BD
(182,22,189)
0 Favorites   0 Comments

Color spaces of #b616bd

RGB 18222189
HSL0.830.790.41
HSV297°88°74°
CMYK 0.040.880.00   0.26
XYZ28.763614.193049.3676
Yxy14.19300.31150.1537
Hunter Lab37.673670.3550-51.3223
CIE-Lab44.508574.8776-49.3220

#b616bd color RGB value is (182,22,189).

#b616bd hex color red value is 182, green value is 22 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b616bd hue: 0.83 , saturation: 0.79 and the lightness value of b616bd is 0.41.

The process color (four color CMYK) of #b616bd color hex is 0.04, 0.88, 0.00, 0.26. Web safe color of #b616bd is #cc00cc. Color #b616bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010110 10111101
Octal 266 26 275
Decimal 182 22 189
Hex B6 16 BD

RGB Percentages of Color #b616bd

%46.31
%5.60
%48.09

CMYK Percentages of Color #b616bd

%4
%88
%0
%26

Triadic Colors of #b616bd

#b616bd #bdb616 #16bdb6

Analogous Colors of #b616bd

#b616bd #bd1671 #6316bd

Monochromatic Colors of #b616bd

#b616bd

Complementary Color

#b616bd #1dbd16

#b616bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b616bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b616bd Color CSS Codes

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

#b616bd Text Font Color

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

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


#b616bd Background Color

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

This div background color is #b616bd


#b616bd Border Color

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

This div border color is #b616bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b616bd


Comments

No comments written yet.

Please login to write comment.