Color Hex Logo

#b310ab Color Hex

#B310AB
(179,16,171)
0 Favorites   0 Comments

Color spaces of #b310ab

RGB 17916171
HSL0.840.840.38
HSV303°91°70°
CMYK 0.000.910.04   0.30
XYZ26.126412.894639.6400
Yxy12.89460.33210.1639
Hunter Lab35.909167.0307-40.3139
CIE-Lab42.604072.4966-41.7673

#b310ab color RGB value is (179,16,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010000 10101011
Octal 263 20 253
Decimal 179 16 171
Hex B3 10 AB

RGB Percentages of Color #b310ab

%48.91
%4.37
%46.72

CMYK Percentages of Color #b310ab

%0
%91
%4
%30

Triadic Colors of #b310ab

#b310ab #abb310 #10abb3

Analogous Colors of #b310ab

#b310ab #b3105a #6a10b3

Monochromatic Colors of #b310ab

#b310ab

Complementary Color

#b310ab #10b318

#b310ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b310ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b310ab Color CSS Codes

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

#b310ab Text Font Color

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

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


#b310ab Background Color

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

This div background color is #b310ab


#b310ab Border Color

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

This div border color is #b310ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b310ab


Comments

No comments written yet.

Please login to write comment.