Color Hex Logo

#b816bd Color Hex

#B816BD
(184,22,189)
0 Favorites   0 Comments

Color spaces of #b816bd

RGB 18422189
HSL0.830.790.41
HSV298°88°74°
CMYK 0.030.880.00   0.26
XYZ29.239414.438349.3899
Yxy14.43830.31420.1551
Hunter Lab37.997870.8602-50.4673
CIE-Lab44.855175.2245-48.7476

#b816bd color RGB value is (184,22,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010110 10111101
Octal 270 26 275
Decimal 184 22 189
Hex B8 16 BD

RGB Percentages of Color #b816bd

%46.58
%5.57
%47.85

CMYK Percentages of Color #b816bd

%3
%88
%0
%26

Triadic Colors of #b816bd

#b816bd #bdb816 #16bdb8

Analogous Colors of #b816bd

#b816bd #bd166f #6516bd

Monochromatic Colors of #b816bd

#b816bd

Complementary Color

#b816bd #1bbd16

#b816bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b816bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b816bd Color CSS Codes

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

#b816bd Text Font Color

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

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


#b816bd Background Color

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

This div background color is #b816bd


#b816bd Border Color

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

This div border color is #b816bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b816bd


Comments

No comments written yet.

Please login to write comment.