Color Hex Logo

#b6124f Color Hex

#B6124F
(182,18,79)
0 Favorites   0 Comments

Color spaces of #b6124f

RGB 1821879
HSL0.940.820.39
HSV338°90°71°
CMYK 0.000.900.57   0.29
XYZ20.919010.94228.4066
Yxy10.94220.51950.2717
Hunter Lab33.079054.99438.0875
CIE-Lab39.482962.731610.4974

#b6124f color RGB value is (182,18,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010010 01001111
Octal 266 22 117
Decimal 182 18 79
Hex B6 12 4F

RGB Percentages of Color #b6124f

%65.23
%6.45
%28.32

CMYK Percentages of Color #b6124f

%0
%90
%57
%29

Triadic Colors of #b6124f

#b6124f #4fb612 #124fb6

Analogous Colors of #b6124f

#b6124f #b62712 #b612a1

Monochromatic Colors of #b6124f

#b6124f

Complementary Color

#b6124f #12b679

#b6124f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6124f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6124f Color CSS Codes

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

#b6124f Text Font Color

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

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


#b6124f Background Color

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

This div background color is #b6124f


#b6124f Border Color

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

This div border color is #b6124f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6124f


Comments

No comments written yet.

Please login to write comment.