Color Hex Logo

#b6426f Color Hex

#B6426F
(182,66,111)
0 Favorites   0 Comments

Color spaces of #b6426f

RGB 18266111
HSL0.940.470.49
HSV337°64°71°
CMYK 0.000.640.39   0.29
XYZ24.108914.989216.6615
Yxy14.98920.43240.2688
Hunter Lab38.715943.40151.5855
CIE-Lab45.619450.9059-0.7344

#b6426f color RGB value is (182,66,111).

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

The process color (four color CMYK) of #b6426f color hex is 0.00, 0.64, 0.39, 0.29. Web safe color of #b6426f is #cc3366. Color #b6426f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000010 01101111
Octal 266 102 157
Decimal 182 66 111
Hex B6 42 6F

RGB Percentages of Color #b6426f

%50.70
%18.38
%30.92

CMYK Percentages of Color #b6426f

%0
%64
%39
%29

Triadic Colors of #b6426f

#b6426f #6fb642 #426fb6

Analogous Colors of #b6426f

#b6426f #b64f42 #b642a9

Monochromatic Colors of #b6426f

#b6426f

Complementary Color

#b6426f #42b689

#b6426f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6426f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6426f Color CSS Codes

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

#b6426f Text Font Color

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

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


#b6426f Background Color

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

This div background color is #b6426f


#b6426f Border Color

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

This div border color is #b6426f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6426f


Comments

No comments written yet.

Please login to write comment.