Color Hex Logo

#b043bb Color Hex

#B043BB
(176,67,187)
0 Favorites   0 Comments

Color spaces of #b043bb

RGB 17667187
HSL0.820.470.50
HSV295°64°73°
CMYK 0.060.640.00   0.27
XYZ28.881316.832348.7404
Yxy16.83230.30580.1782
Hunter Lab41.027253.8584-41.7176
CIE-Lab48.048060.0780-42.5659

#b043bb color RGB value is (176,67,187).

#b043bb hex color red value is 176, green value is 67 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b043bb hue: 0.82 , saturation: 0.47 and the lightness value of b043bb is 0.50.

The process color (four color CMYK) of #b043bb color hex is 0.06, 0.64, 0.00, 0.27. Web safe color of #b043bb is #9933cc. Color #b043bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000011 10111011
Octal 260 103 273
Decimal 176 67 187
Hex B0 43 BB

RGB Percentages of Color #b043bb

%40.93
%15.58
%43.49

CMYK Percentages of Color #b043bb

%6
%64
%0
%27

Triadic Colors of #b043bb

#b043bb #bbb043 #43bbb0

Analogous Colors of #b043bb

#b043bb #bb438a #7443bb

Monochromatic Colors of #b043bb

#b043bb

Complementary Color

#b043bb #4ebb43

#b043bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b043bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b043bb Color CSS Codes

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

#b043bb Text Font Color

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

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


#b043bb Background Color

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

This div background color is #b043bb


#b043bb Border Color

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

This div border color is #b043bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,67,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b043bb


Comments

No comments written yet.

Please login to write comment.