Color Hex Logo

#b3006e Color Hex

#B3006E
(179,0,110)
0 Favorites   0 Comments

Color spaces of #b3006e

RGB 1790110
HSL0.901.000.35
HSV323°100°70°
CMYK 0.001.000.39   0.30
XYZ21.404910.709515.6908
Yxy10.70950.44780.2240
Hunter Lab32.725459.4833-5.5200
CIE-Lab39.086866.7585-9.8783

#b3006e color RGB value is (179,0,110).

#b3006e hex color red value is 179, green value is 0 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b3006e hue: 0.90 , saturation: 1.00 and the lightness value of b3006e is 0.35.

The process color (four color CMYK) of #b3006e color hex is 0.00, 1.00, 0.39, 0.30. Web safe color of #b3006e is #cc0066. Color #b3006e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000000 01101110
Octal 263 0 156
Decimal 179 0 110
Hex B3 0 6E

RGB Percentages of Color #b3006e

%61.94
%0.00
%38.06

CMYK Percentages of Color #b3006e

%0
%100
%39
%30

Triadic Colors of #b3006e

#b3006e #6eb300 #006eb3

Analogous Colors of #b3006e

#b3006e #b30014 #9f00b3

Monochromatic Colors of #b3006e

#b3006e

Complementary Color

#b3006e #00b345

#b3006e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3006e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3006e Color CSS Codes

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

#b3006e Text Font Color

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

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


#b3006e Background Color

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

This div background color is #b3006e


#b3006e Border Color

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

This div border color is #b3006e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,0,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3006e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3006e;
  -webkit-box-shadow: 1px 1px 3px 2px #b3006e;
  box-shadow:         1px 1px 3px 2px #b3006e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,0,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3006e


Comments

No comments written yet.

Please login to write comment.