Color Hex Logo

#b614ab Color Hex

#B614AB
(182,20,171)
0 Favorites   0 Comments

Color spaces of #b614ab

RGB 18220171
HSL0.840.800.40
HSV304°89°71°
CMYK 0.000.890.06   0.29
XYZ26.892213.385739.6944
Yxy13.38570.33630.1674
Hunter Lab36.586567.1767-38.7160
CIE-Lab43.338772.4755-40.5658

#b614ab color RGB value is (182,20,171).

#b614ab hex color red value is 182, green value is 20 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b614ab hue: 0.84 , saturation: 0.80 and the lightness value of b614ab is 0.40.

The process color (four color CMYK) of #b614ab color hex is 0.00, 0.89, 0.06, 0.29. Web safe color of #b614ab is #cc0099. Color #b614ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010100 10101011
Octal 266 24 253
Decimal 182 20 171
Hex B6 14 AB

RGB Percentages of Color #b614ab

%48.79
%5.36
%45.84

CMYK Percentages of Color #b614ab

%0
%89
%6
%29

Triadic Colors of #b614ab

#b614ab #abb614 #14abb6

Analogous Colors of #b614ab

#b614ab #b6145a #7014b6

Monochromatic Colors of #b614ab

#b614ab

Complementary Color

#b614ab #14b61f

#b614ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b614ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b614ab Color CSS Codes

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

#b614ab Text Font Color

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

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


#b614ab Background Color

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

This div background color is #b614ab


#b614ab Border Color

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

This div border color is #b614ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b614ab


Comments

No comments written yet.

Please login to write comment.