Color Hex Logo

#b912b1 Color Hex

#B912B1
(185,18,177)
0 Favorites   0 Comments

Color spaces of #b912b1

RGB 18518177
HSL0.840.820.40
HSV303°90°73°
CMYK 0.000.900.04   0.27
XYZ28.159713.921242.7979
Yxy13.92120.33180.1640
Hunter Lab37.311169.4242-41.8911
CIE-Lab44.119774.1873-42.8498

#b912b1 color RGB value is (185,18,177).

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

The process color (four color CMYK) of #b912b1 color hex is 0.00, 0.90, 0.04, 0.27. Web safe color of #b912b1 is #cc0099. Color #b912b1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00010010 10110001
Octal 271 22 261
Decimal 185 18 177
Hex B9 12 B1

RGB Percentages of Color #b912b1

%48.68
%4.74
%46.58

CMYK Percentages of Color #b912b1

%0
%90
%4
%27

Triadic Colors of #b912b1

#b912b1 #b1b912 #12b1b9

Analogous Colors of #b912b1

#b912b1 #b9125d #6e12b9

Monochromatic Colors of #b912b1

#b912b1

Complementary Color

#b912b1 #12b91a

#b912b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b912b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b912b1 Color CSS Codes

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

#b912b1 Text Font Color

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

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


#b912b1 Background Color

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

This div background color is #b912b1


#b912b1 Border Color

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

This div border color is #b912b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b912b1


Comments

No comments written yet.

Please login to write comment.