Color Hex Logo

#b6005e Color Hex

#B6005E
(182,0,94)
0 Favorites   0 Comments

Color spaces of #b6005e

RGB 182094
HSL0.911.000.36
HSV329°100°71°
CMYK 0.001.000.48   0.29
XYZ21.311810.753211.5420
Yxy10.75320.48870.2466
Hunter Lab32.792158.62232.0858
CIE-Lab39.161665.99430.4527

#b6005e color RGB value is (182,0,94).

#b6005e hex color red value is 182, green value is 0 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b6005e hue: 0.91 , saturation: 1.00 and the lightness value of b6005e is 0.36.

The process color (four color CMYK) of #b6005e color hex is 0.00, 1.00, 0.48, 0.29. Web safe color of #b6005e is #cc0066. Color #b6005e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000000 01011110
Octal 266 0 136
Decimal 182 0 94
Hex B6 0 5E

RGB Percentages of Color #b6005e

%65.94
%0.00
%34.06

CMYK Percentages of Color #b6005e

%0
%100
%48
%29

Triadic Colors of #b6005e

#b6005e #5eb600 #005eb6

Analogous Colors of #b6005e

#b6005e #b60003 #b300b6

Monochromatic Colors of #b6005e

#b6005e

Complementary Color

#b6005e #00b658

#b6005e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6005e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6005e Color CSS Codes

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

#b6005e Text Font Color

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

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


#b6005e Background Color

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

This div background color is #b6005e


#b6005e Border Color

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

This div border color is #b6005e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6005e


Comments

No comments written yet.

Please login to write comment.