color codes Logo

#b6124c color codes

#B6124C
(182,18,76)
0 Favorites   0 Comments

Color spaces of #b6124c

RGB 1821876
HSL0.940.820.39
HSV339°90°71°
CMYK 0.000.900.58   0.29
XYZ20.812210.89957.8444
Yxy10.89950.52610.2755
Hunter Lab33.014454.75089.0224
CIE-Lab39.410762.528412.3152

#b6124c color RGB value is (182,18,76).

#b6124c hex color red value is 182, green value is 18 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #b6124c hue: 0.94 , saturation: 0.82 and the lightness value of b6124c is 0.39.

The process color (four color CMYK) of #b6124c color code is 0.00, 0.90, 0.58, 0.29. Web safe color of #b6124c is #cc0033. Color #b6124c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010010 01001100
Octal 266 22 114
Decimal 182 18 76
Hex B6 12 4C

RGB Percentages of Color #b6124c

%65.94
%6.52
%27.54

CMYK Percentages of Color #b6124c

%0
%90
%58
%29

Triadic Colors of #b6124c

#b6124c #4cb612 #124cb6

Analogous Colors of #b6124c

#b6124c #b62a12 #b6129e

Monochromatic Colors of #b6124c

#b6124c

Complementary Color

#b6124c #12b67c

#b6124c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6124c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6124c Color CSS Codes

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

#b6124c Text Font Color

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

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


#b6124c Background Color

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

This div background color is #b6124c


#b6124c Border Color

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

This div border color is #b6124c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6124c

#b6124c Color Palettes


Comments

No comments written yet.

Please login to write comment.