Color Hex Logo

#b22aa1 Color Hex

#B22AA1
(178,42,161)
0 Favorites   0 Comments

Color spaces of #b22aa1

RGB 17842161
HSL0.850.620.43
HSV308°76°70°
CMYK 0.000.760.10   0.30
XYZ25.621113.694135.0111
Yxy13.69410.34470.1842
Hunter Lab37.005558.8263-30.1906
CIE-Lab43.791065.2707-33.9304

#b22aa1 color RGB value is (178,42,161).

#b22aa1 hex color red value is 178, green value is 42 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #b22aa1 hue: 0.85 , saturation: 0.62 and the lightness value of b22aa1 is 0.43.

The process color (four color CMYK) of #b22aa1 color hex is 0.00, 0.76, 0.10, 0.30. Web safe color of #b22aa1 is #993399. Color #b22aa1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00101010 10100001
Octal 262 52 241
Decimal 178 42 161
Hex B2 2A A1

RGB Percentages of Color #b22aa1

%46.72
%11.02
%42.26

CMYK Percentages of Color #b22aa1

%0
%76
%10
%30

Triadic Colors of #b22aa1

#b22aa1 #a1b22a #2aa1b2

Analogous Colors of #b22aa1

#b22aa1 #b22a5d #7f2ab2

Monochromatic Colors of #b22aa1

#b22aa1

Complementary Color

#b22aa1 #2ab23b

#b22aa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b22aa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b22aa1 Color CSS Codes

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

#b22aa1 Text Font Color

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

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


#b22aa1 Background Color

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

This div background color is #b22aa1


#b22aa1 Border Color

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

This div border color is #b22aa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b22aa1


Comments

No comments written yet.

Please login to write comment.