Color Hex Logo

#b843bd Color Hex

#B843BD
(184,67,189)
0 Favorites   0 Comments

Color spaces of #b843bd

RGB 18467189
HSL0.830.480.50
HSV298°65°74°
CMYK 0.030.650.00   0.26
XYZ30.959617.878849.9633
Yxy17.87880.31340.1810
Hunter Lab42.283356.7008-40.4606
CIE-Lab49.348862.3484-41.5922

#b843bd color RGB value is (184,67,189).

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

The process color (four color CMYK) of #b843bd color hex is 0.03, 0.65, 0.00, 0.26. Web safe color of #b843bd is #cc33cc. Color #b843bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000011 10111101
Octal 270 103 275
Decimal 184 67 189
Hex B8 43 BD

RGB Percentages of Color #b843bd

%41.82
%15.23
%42.95

CMYK Percentages of Color #b843bd

%3
%65
%0
%26

Triadic Colors of #b843bd

#b843bd #bdb843 #43bdb8

Analogous Colors of #b843bd

#b843bd #bd4385 #7b43bd

Monochromatic Colors of #b843bd

#b843bd

Complementary Color

#b843bd #48bd43

#b843bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b843bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b843bd Color CSS Codes

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

#b843bd Text Font Color

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

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


#b843bd Background Color

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

This div background color is #b843bd


#b843bd Border Color

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

This div border color is #b843bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b843bd


Comments

No comments written yet.

Please login to write comment.