Color Hex Logo

#b606da Color Hex

#B606DA
(182,6,218)
0 Favorites   0 Comments

Color spaces of #b606da

RGB 1826218
HSL0.810.950.44
HSV290°97°85°
CMYK 0.170.970.00   0.15
XYZ32.011415.137367.5643
Yxy15.13730.27910.1320
Hunter Lab38.906778.7784-75.7267
CIE-Lab45.821781.4040-63.9991

#b606da color RGB value is (182,6,218).

#b606da hex color red value is 182, green value is 6 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b606da hue: 0.81 , saturation: 0.95 and the lightness value of b606da is 0.44.

The process color (four color CMYK) of #b606da color hex is 0.17, 0.97, 0.00, 0.15. Web safe color of #b606da is #cc00cc. Color #b606da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000110 11011010
Octal 266 6 332
Decimal 182 6 218
Hex B6 6 DA

RGB Percentages of Color #b606da

%44.83
%1.48
%53.69

CMYK Percentages of Color #b606da

%17
%97
%0
%15

Triadic Colors of #b606da

#b606da #dab606 #06dab6

Analogous Colors of #b606da

#b606da #da0694 #4c06da

Monochromatic Colors of #b606da

#b606da

Complementary Color

#b606da #2ada06

#b606da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b606da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b606da Color CSS Codes

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

#b606da Text Font Color

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

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


#b606da Background Color

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

This div background color is #b606da


#b606da Border Color

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

This div border color is #b606da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b606da


Comments

No comments written yet.

Please login to write comment.