Color Hex Logo

#b931ae Color Hex

#B931AE
(185,49,174)
0 Favorites   0 Comments

Color spaces of #b931ae

RGB 18549174
HSL0.850.580.46
HSV305°74°73°
CMYK 0.000.740.06   0.27
XYZ28.745915.566941.5340
Yxy15.56690.33490.1813
Hunter Lab39.454961.0047-34.7959
CIE-Lab46.401166.6509-37.4598

#b931ae color RGB value is (185,49,174).

#b931ae hex color red value is 185, green value is 49 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b931ae hue: 0.85 , saturation: 0.58 and the lightness value of b931ae is 0.46.

The process color (four color CMYK) of #b931ae color hex is 0.00, 0.74, 0.06, 0.27. Web safe color of #b931ae is #cc3399. Color #b931ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00110001 10101110
Octal 271 61 256
Decimal 185 49 174
Hex B9 31 AE

RGB Percentages of Color #b931ae

%45.34
%12.01
%42.65

CMYK Percentages of Color #b931ae

%0
%74
%6
%27

Triadic Colors of #b931ae

#b931ae #aeb931 #31aeb9

Analogous Colors of #b931ae

#b931ae #b9316a #8031b9

Monochromatic Colors of #b931ae

#b931ae

Complementary Color

#b931ae #31b93c

#b931ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b931ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b931ae Color CSS Codes

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

#b931ae Text Font Color

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

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


#b931ae Background Color

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

This div background color is #b931ae


#b931ae Border Color

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

This div border color is #b931ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b931ae


Comments

No comments written yet.

Please login to write comment.