Color Hex Logo

#b620ab Color Hex

#B620AB
(182,32,171)
0 Favorites   0 Comments

Color spaces of #b620ab

RGB 18232171
HSL0.850.700.42
HSV304°82°71°
CMYK 0.000.820.06   0.29
XYZ27.158613.918439.7832
Yxy13.91840.33590.1721
Hunter Lab37.307464.6545-37.1095
CIE-Lab44.115770.2069-39.3327

#b620ab color RGB value is (182,32,171).

#b620ab hex color red value is 182, green value is 32 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b620ab hue: 0.85 , saturation: 0.70 and the lightness value of b620ab is 0.42.

The process color (four color CMYK) of #b620ab color hex is 0.00, 0.82, 0.06, 0.29. Web safe color of #b620ab is #cc3399. Color #b620ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100000 10101011
Octal 266 40 253
Decimal 182 32 171
Hex B6 20 AB

RGB Percentages of Color #b620ab

%47.27
%8.31
%44.42

CMYK Percentages of Color #b620ab

%0
%82
%6
%29

Triadic Colors of #b620ab

#b620ab #abb620 #20abb6

Analogous Colors of #b620ab

#b620ab #b62060 #7620b6

Monochromatic Colors of #b620ab

#b620ab

Complementary Color

#b620ab #20b62b

#b620ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b620ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b620ab Color CSS Codes

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

#b620ab Text Font Color

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

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


#b620ab Background Color

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

This div background color is #b620ab


#b620ab Border Color

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

This div border color is #b620ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b620ab


Comments

No comments written yet.

Please login to write comment.