Color Hex Logo

#b231aa Color Hex

#B231AA
(178,49,170)
0 Favorites   0 Comments

Color spaces of #b231aa

RGB 17849170
HSL0.840.570.45
HSV304°72°70°
CMYK 0.000.720.04   0.30
XYZ26.714114.563939.4333
Yxy14.56390.33100.1804
Hunter Lab38.162758.1664-34.5502
CIE-Lab45.031064.4550-37.3341

#b231aa color RGB value is (178,49,170).

#b231aa hex color red value is 178, green value is 49 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b231aa hue: 0.84 , saturation: 0.57 and the lightness value of b231aa is 0.45.

The process color (four color CMYK) of #b231aa color hex is 0.00, 0.72, 0.04, 0.30. Web safe color of #b231aa is #993399. Color #b231aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110001 10101010
Octal 262 61 252
Decimal 178 49 170
Hex B2 31 AA

RGB Percentages of Color #b231aa

%44.84
%12.34
%42.82

CMYK Percentages of Color #b231aa

%0
%72
%4
%30

Triadic Colors of #b231aa

#b231aa #aab231 #31aab2

Analogous Colors of #b231aa

#b231aa #b2316a #7a31b2

Monochromatic Colors of #b231aa

#b231aa

Complementary Color

#b231aa #31b239

#b231aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b231aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b231aa Color CSS Codes

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

#b231aa Text Font Color

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

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


#b231aa Background Color

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

This div background color is #b231aa


#b231aa Border Color

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

This div border color is #b231aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b231aa


Comments

No comments written yet.

Please login to write comment.