Color Hex Logo

#b608ab Color Hex

#B608AB
(182,8,171)
0 Favorites   0 Comments

Color spaces of #b608ab

RGB 1828171
HSL0.840.920.37
HSV304°96°71°
CMYK 0.000.960.06   0.29
XYZ26.728913.059039.6399
Yxy13.05900.33650.1644
Hunter Lab36.137268.7873-39.7407
CIE-Lab42.852073.9077-41.3395

#b608ab color RGB value is (182,8,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001000 10101011
Octal 266 10 253
Decimal 182 8 171
Hex B6 8 AB

RGB Percentages of Color #b608ab

%50.42
%2.22
%47.37

CMYK Percentages of Color #b608ab

%0
%96
%6
%29

Triadic Colors of #b608ab

#b608ab #abb608 #08abb6

Analogous Colors of #b608ab

#b608ab #b60854 #6a08b6

Monochromatic Colors of #b608ab

#b608ab

Complementary Color

#b608ab #08b613

#b608ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b608ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b608ab Color CSS Codes

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

#b608ab Text Font Color

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

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


#b608ab Background Color

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

This div background color is #b608ab


#b608ab Border Color

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

This div border color is #b608ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b608ab


Comments

No comments written yet.

Please login to write comment.