Color Hex Logo

#b210ab Color Hex

#B210AB
(178,16,171)
0 Favorites   0 Comments

Color spaces of #b210ab

RGB 17816171
HSL0.840.840.38
HSV303°91°70°
CMYK 0.000.910.04   0.30
XYZ25.896112.775839.6292
Yxy12.77580.33070.1632
Hunter Lab35.743366.7731-40.7156
CIE-Lab42.423572.3167-42.0656

#b210ab color RGB value is (178,16,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010000 10101011
Octal 262 20 253
Decimal 178 16 171
Hex B2 10 AB

RGB Percentages of Color #b210ab

%48.77
%4.38
%46.85

CMYK Percentages of Color #b210ab

%0
%91
%4
%30

Triadic Colors of #b210ab

#b210ab #abb210 #10abb2

Analogous Colors of #b210ab

#b210ab #b2105a #6810b2

Monochromatic Colors of #b210ab

#b210ab

Complementary Color

#b210ab #10b217

#b210ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b210ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b210ab Color CSS Codes

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

#b210ab Text Font Color

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

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


#b210ab Background Color

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

This div background color is #b210ab


#b210ab Border Color

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

This div border color is #b210ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b210ab


Comments

No comments written yet.

Please login to write comment.