Color Hex Logo

#b6124d Color Hex

#B6124D
(182,18,77)
0 Favorites   0 Comments

Color spaces of #b6124d

RGB 1821877
HSL0.940.820.39
HSV338°90°71°
CMYK 0.000.900.58   0.29
XYZ20.847310.91358.0289
Yxy10.91350.52390.2743
Hunter Lab33.035654.83128.7152
CIE-Lab39.434462.595511.7087

#b6124d color RGB value is (182,18,77).

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

The process color (four color CMYK) of #b6124d color hex is 0.00, 0.90, 0.58, 0.29. Web safe color of #b6124d is #cc0066. Color #b6124d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010010 01001101
Octal 266 22 115
Decimal 182 18 77
Hex B6 12 4D

RGB Percentages of Color #b6124d

%65.70
%6.50
%27.80

CMYK Percentages of Color #b6124d

%0
%90
%58
%29

Triadic Colors of #b6124d

#b6124d #4db612 #124db6

Analogous Colors of #b6124d

#b6124d #b62912 #b6129f

Monochromatic Colors of #b6124d

#b6124d

Complementary Color

#b6124d #12b67b

#b6124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6124d Color CSS Codes

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

#b6124d Text Font Color

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

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


#b6124d Background Color

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

This div background color is #b6124d


#b6124d Border Color

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

This div border color is #b6124d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6124d


Comments

No comments written yet.

Please login to write comment.