Color Hex Logo

#b8126d Color Hex

#B8126D
(184,18,109)
0 Favorites   0 Comments

Color spaces of #b8126d

RGB 18418109
HSL0.910.820.40
HSV327°90°72°
CMYK 0.000.900.41   0.28
XYZ22.743811.727115.5328
Yxy11.72710.45480.2345
Hunter Lab34.244958.6227-2.9214
CIE-Lab40.779165.6792-6.6075

#b8126d color RGB value is (184,18,109).

#b8126d hex color red value is 184, green value is 18 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b8126d hue: 0.91 , saturation: 0.82 and the lightness value of b8126d is 0.40.

The process color (four color CMYK) of #b8126d color hex is 0.00, 0.90, 0.41, 0.28. Web safe color of #b8126d is #cc0066. Color #b8126d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010010 01101101
Octal 270 22 155
Decimal 184 18 109
Hex B8 12 6D

RGB Percentages of Color #b8126d

%59.16
%5.79
%35.05

CMYK Percentages of Color #b8126d

%0
%90
%41
%28

Triadic Colors of #b8126d

#b8126d #6db812 #126db8

Analogous Colors of #b8126d

#b8126d #b8121a #b012b8

Monochromatic Colors of #b8126d

#b8126d

Complementary Color

#b8126d #12b85d

#b8126d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8126d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8126d Color CSS Codes

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

#b8126d Text Font Color

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

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


#b8126d Background Color

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

This div background color is #b8126d


#b8126d Border Color

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

This div border color is #b8126d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8126d


Comments

No comments written yet.

Please login to write comment.