color codes Logo

#b4136c color codes

#B4136C
(180,19,108)
2 Favorites   0 Comments

Color spaces of #b4136c

RGB 18019108
HSL0.910.810.39
HSV327°89°71°
CMYK 0.000.890.40   0.29
XYZ21.762011.251815.2122
Yxy11.25180.45130.2333
Hunter Lab33.543757.1032-3.4077
CIE-Lab40.001464.4988-7.2244

#b4136c color RGB value is (180,19,108).

#b4136c hex color red value is 180, green value is 19 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #b4136c hue: 0.91 , saturation: 0.81 and the lightness value of b4136c is 0.39.

The process color (four color CMYK) of #b4136c color code is 0.00, 0.89, 0.40, 0.29. Web safe color of #b4136c is #cc0066. Color #b4136c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010011 01101100
Octal 264 23 154
Decimal 180 19 108
Hex B4 13 6C

RGB Percentages of Color #b4136c

%58.63
%6.19
%35.18

CMYK Percentages of Color #b4136c

%0
%89
%40
%29

Triadic Colors of #b4136c

#b4136c #6cb413 #136cb4

Analogous Colors of #b4136c

#b4136c #b4131b #ac13b4

Monochromatic Colors of #b4136c

#b4136c

Complementary Color

#b4136c #13b45b

#b4136c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4136c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4136c Color CSS Codes

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

#b4136c Text Font Color

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

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


#b4136c Background Color

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

This div background color is #b4136c


#b4136c Border Color

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

This div border color is #b4136c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,19,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4136c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4136c;
  -webkit-box-shadow: 1px 1px 3px 2px #b4136c;
  box-shadow:         1px 1px 3px 2px #b4136c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,19,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4136c


Comments

No comments written yet.

Please login to write comment.