Color Hex Logo

#b213ab Color Hex

#B213AB
(178,19,171)
0 Favorites   0 Comments

Color spaces of #b213ab

RGB 17819171
HSL0.840.810.39
HSV303°89°70°
CMYK 0.000.890.04   0.30
XYZ25.943712.871039.6450
Yxy12.87100.33070.1640
Hunter Lab35.876266.2982-40.4051
CIE-Lab42.568271.8912-41.8350

#b213ab color RGB value is (178,19,171).

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

The process color (four color CMYK) of #b213ab color hex is 0.00, 0.89, 0.04, 0.30. Web safe color of #b213ab is #990099. Color #b213ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010011 10101011
Octal 262 23 253
Decimal 178 19 171
Hex B2 13 AB

RGB Percentages of Color #b213ab

%48.37
%5.16
%46.47

CMYK Percentages of Color #b213ab

%0
%89
%4
%30

Triadic Colors of #b213ab

#b213ab #abb213 #13abb2

Analogous Colors of #b213ab

#b213ab #b2135c #6a13b2

Monochromatic Colors of #b213ab

#b213ab

Complementary Color

#b213ab #13b21a

#b213ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b213ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b213ab Color CSS Codes

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

#b213ab Text Font Color

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

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


#b213ab Background Color

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

This div background color is #b213ab


#b213ab Border Color

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

This div border color is #b213ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b213ab


Comments

No comments written yet.

Please login to write comment.