Color Hex Logo

#b6429e Color Hex

#B6429E
(182,66,158)
0 Favorites   0 Comments

Color spaces of #b6429e

RGB 18266158
HSL0.870.470.49
HSV312°64°71°
CMYK 0.000.640.13   0.29
XYZ27.411216.310134.0512
Yxy16.31010.35250.2097
Hunter Lab40.385850.4790-21.7202
CIE-Lab47.378757.1599-26.4808

#b6429e color RGB value is (182,66,158).

#b6429e hex color red value is 182, green value is 66 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b6429e hue: 0.87 , saturation: 0.47 and the lightness value of b6429e is 0.49.

The process color (four color CMYK) of #b6429e color hex is 0.00, 0.64, 0.13, 0.29. Web safe color of #b6429e is #cc3399. Color #b6429e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000010 10011110
Octal 266 102 236
Decimal 182 66 158
Hex B6 42 9E

RGB Percentages of Color #b6429e

%44.83
%16.26
%38.92

CMYK Percentages of Color #b6429e

%0
%64
%13
%29

Triadic Colors of #b6429e

#b6429e #9eb642 #429eb6

Analogous Colors of #b6429e

#b6429e #b64264 #9442b6

Monochromatic Colors of #b6429e

#b6429e

Complementary Color

#b6429e #42b65a

#b6429e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6429e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6429e Color CSS Codes

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

#b6429e Text Font Color

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

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


#b6429e Background Color

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

This div background color is #b6429e


#b6429e Border Color

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

This div border color is #b6429e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6429e


Comments

No comments written yet.

Please login to write comment.