Color Hex Logo

#b223aa Color Hex

#B223AA
(178,35,170)
0 Favorites   0 Comments

Color spaces of #b223aa

RGB 17835170
HSL0.840.670.42
HSV303°80°70°
CMYK 0.000.800.04   0.30
XYZ26.216813.569339.2676
Yxy13.56930.33160.1716
Hunter Lab36.836562.5757-37.4173
CIE-Lab43.608868.5401-39.5862

#b223aa color RGB value is (178,35,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100011 10101010
Octal 262 43 252
Decimal 178 35 170
Hex B2 23 AA

RGB Percentages of Color #b223aa

%46.48
%9.14
%44.39

CMYK Percentages of Color #b223aa

%0
%80
%4
%30

Triadic Colors of #b223aa

#b223aa #aab223 #23aab2

Analogous Colors of #b223aa

#b223aa #b22362 #7323b2

Monochromatic Colors of #b223aa

#b223aa

Complementary Color

#b223aa #23b22b

#b223aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b223aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b223aa Color CSS Codes

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

#b223aa Text Font Color

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

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


#b223aa Background Color

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

This div background color is #b223aa


#b223aa Border Color

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

This div border color is #b223aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,35,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 #b223aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b223aa


Comments

No comments written yet.

Please login to write comment.