Color Hex Logo

#b641ab Color Hex

#B641AB
(182,65,171)
0 Favorites   0 Comments

Color spaces of #b641ab

RGB 18265171
HSL0.850.470.48
HSV306°64°71°
CMYK 0.000.640.06   0.29
XYZ28.532416.666040.2411
Yxy16.66600.33390.1951
Hunter Lab40.824053.3138-29.8666
CIE-Lab47.836459.6311-33.4641

#b641ab color RGB value is (182,65,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000001 10101011
Octal 266 101 253
Decimal 182 65 171
Hex B6 41 AB

RGB Percentages of Color #b641ab

%43.54
%15.55
%40.91

CMYK Percentages of Color #b641ab

%0
%64
%6
%29

Triadic Colors of #b641ab

#b641ab #abb641 #41abb6

Analogous Colors of #b641ab

#b641ab #b64171 #8741b6

Monochromatic Colors of #b641ab

#b641ab

Complementary Color

#b641ab #41b64c

#b641ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b641ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b641ab Color CSS Codes

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

#b641ab Text Font Color

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

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


#b641ab Background Color

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

This div background color is #b641ab


#b641ab Border Color

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

This div border color is #b641ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b641ab


Comments

No comments written yet.

Please login to write comment.