Color Hex Logo

#b6396f Color Hex

#B6396F
(182,57,111)
0 Favorites   0 Comments

Color spaces of #b6396f

RGB 18257111
HSL0.930.520.47
HSV334°69°71°
CMYK 0.000.690.39   0.29
XYZ23.623814.019016.4998
Yxy14.01900.43630.2589
Hunter Lab37.442047.10020.0816
CIE-Lab44.260254.6274-2.7307

#b6396f color RGB value is (182,57,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111001 01101111
Octal 266 71 157
Decimal 182 57 111
Hex B6 39 6F

RGB Percentages of Color #b6396f

%52.00
%16.29
%31.71

CMYK Percentages of Color #b6396f

%0
%69
%39
%29

Triadic Colors of #b6396f

#b6396f #6fb639 #396fb6

Analogous Colors of #b6396f

#b6396f #b64239 #b639ae

Monochromatic Colors of #b6396f

#b6396f

Complementary Color

#b6396f #39b680

#b6396f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6396f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6396f Color CSS Codes

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

#b6396f Text Font Color

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

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


#b6396f Background Color

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

This div background color is #b6396f


#b6396f Border Color

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

This div border color is #b6396f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,57,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 #b6396f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6396f


Comments

No comments written yet.

Please login to write comment.