Color Hex Logo

#b940ac Color Hex

#B940AC
(185,64,172)
0 Favorites   0 Comments

Color spaces of #b940ac

RGB 18564172
HSL0.850.490.49
HSV306°65°73°
CMYK 0.000.650.07   0.27
XYZ29.287416.959640.7596
Yxy16.95960.33660.1949
Hunter Lab41.182054.8752-29.8544
CIE-Lab48.209160.9520-33.4354

#b940ac color RGB value is (185,64,172).

#b940ac hex color red value is 185, green value is 64 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b940ac hue: 0.85 , saturation: 0.49 and the lightness value of b940ac is 0.49.

The process color (four color CMYK) of #b940ac color hex is 0.00, 0.65, 0.07, 0.27. Web safe color of #b940ac is #cc3399. Color #b940ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000000 10101100
Octal 271 100 254
Decimal 185 64 172
Hex B9 40 AC

RGB Percentages of Color #b940ac

%43.94
%15.20
%40.86

CMYK Percentages of Color #b940ac

%0
%65
%7
%27

Triadic Colors of #b940ac

#b940ac #acb940 #40acb9

Analogous Colors of #b940ac

#b940ac #b94070 #8a40b9

Monochromatic Colors of #b940ac

#b940ac

Complementary Color

#b940ac #40b94d

#b940ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b940ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b940ac Color CSS Codes

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

#b940ac Text Font Color

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

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


#b940ac Background Color

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

This div background color is #b940ac


#b940ac Border Color

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

This div border color is #b940ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b940ac


Comments

No comments written yet.

Please login to write comment.