Color Hex Logo

#b606ad Color Hex

#B606AD
(182,6,173)
0 Favorites   0 Comments

Color spaces of #b606ad

RGB 1826173
HSL0.840.940.37
HSV303°97°71°
CMYK 0.000.970.05   0.29
XYZ26.899413.092540.6445
Yxy13.09250.33360.1624
Hunter Lab36.183669.3783-41.2712
CIE-Lab42.902374.3860-42.4492

#b606ad color RGB value is (182,6,173).

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

The process color (four color CMYK) of #b606ad color hex is 0.00, 0.97, 0.05, 0.29. Web safe color of #b606ad is #cc0099. Color #b606ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000110 10101101
Octal 266 6 255
Decimal 182 6 173
Hex B6 6 AD

RGB Percentages of Color #b606ad

%50.42
%1.66
%47.92

CMYK Percentages of Color #b606ad

%0
%97
%5
%29

Triadic Colors of #b606ad

#b606ad #adb606 #06adb6

Analogous Colors of #b606ad

#b606ad #b60655 #6706b6

Monochromatic Colors of #b606ad

#b606ad

Complementary Color

#b606ad #06b60f

#b606ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b606ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b606ad Color CSS Codes

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

#b606ad Text Font Color

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

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


#b606ad Background Color

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

This div background color is #b606ad


#b606ad Border Color

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

This div border color is #b606ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,6,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b606ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b606ad


Comments

No comments written yet.

Please login to write comment.