Color Hex Logo

#b6376f Color Hex

#B6376F
(182,55,111)
0 Favorites   0 Comments

Color spaces of #b6376f

RGB 18255111
HSL0.930.540.46
HSV334°70°71°
CMYK 0.000.700.39   0.29
XYZ23.526813.825216.4674
Yxy13.82520.43710.2569
Hunter Lab37.182347.8756-0.2310
CIE-Lab43.981255.3990-3.1419

#b6376f color RGB value is (182,55,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110111 01101111
Octal 266 67 157
Decimal 182 55 111
Hex B6 37 6F

RGB Percentages of Color #b6376f

%52.30
%15.80
%31.90

CMYK Percentages of Color #b6376f

%0
%70
%39
%29

Triadic Colors of #b6376f

#b6376f #6fb637 #376fb6

Analogous Colors of #b6376f

#b6376f #b63f37 #b637af

Monochromatic Colors of #b6376f

#b6376f

Complementary Color

#b6376f #37b67e

#b6376f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6376f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6376f Color CSS Codes

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

#b6376f Text Font Color

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

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


#b6376f Background Color

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

This div background color is #b6376f


#b6376f Border Color

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

This div border color is #b6376f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6376f


Comments

No comments written yet.

Please login to write comment.