Color Hex Logo

#b618ab Color Hex

#B618AB
(182,24,171)
0 Favorites   0 Comments

Color spaces of #b618ab

RGB 18224171
HSL0.840.770.40
HSV304°87°71°
CMYK 0.000.870.06   0.29
XYZ26.968713.538639.7199
Yxy13.53860.33620.1688
Hunter Lab36.794866.4402-38.2470
CIE-Lab43.563871.8162-40.2083

#b618ab color RGB value is (182,24,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011000 10101011
Octal 266 30 253
Decimal 182 24 171
Hex B6 18 AB

RGB Percentages of Color #b618ab

%48.28
%6.37
%45.36

CMYK Percentages of Color #b618ab

%0
%87
%6
%29

Triadic Colors of #b618ab

#b618ab #abb618 #18abb6

Analogous Colors of #b618ab

#b618ab #b6185c #7218b6

Monochromatic Colors of #b618ab

#b618ab

Complementary Color

#b618ab #18b623

#b618ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b618ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b618ab Color CSS Codes

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

#b618ab Text Font Color

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

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


#b618ab Background Color

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

This div background color is #b618ab


#b618ab Border Color

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

This div border color is #b618ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b618ab


Comments

No comments written yet.

Please login to write comment.