Color Hex Logo

#b223ab Color Hex

#B223AB
(178,35,171)
0 Favorites   0 Comments

Color spaces of #b223ab

RGB 17835171
HSL0.840.670.42
HSV303°80°70°
CMYK 0.000.800.04   0.30
XYZ26.311813.607339.7678
Yxy13.60730.33020.1708
Hunter Lab36.888162.7677-38.0969
CIE-Lab43.664468.6931-40.0923

#b223ab color RGB value is (178,35,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100011 10101011
Octal 262 43 253
Decimal 178 35 171
Hex B2 23 AB

RGB Percentages of Color #b223ab

%46.35
%9.11
%44.53

CMYK Percentages of Color #b223ab

%0
%80
%4
%30

Triadic Colors of #b223ab

#b223ab #abb223 #23abb2

Analogous Colors of #b223ab

#b223ab #b22363 #7223b2

Monochromatic Colors of #b223ab

#b223ab

Complementary Color

#b223ab #23b22a

#b223ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b223ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b223ab Color CSS Codes

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

#b223ab Text Font Color

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

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


#b223ab Background Color

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

This div background color is #b223ab


#b223ab Border Color

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

This div border color is #b223ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b223ab


Comments

No comments written yet.

Please login to write comment.