Color Hex Logo

#b66bda Color Hex

#B66BDA
(182,107,218)
0 Favorites   0 Comments

Color spaces of #b66bda

RGB 182107218
HSL0.780.600.64
HSV281°51°85°
CMYK 0.170.510.00   0.15
XYZ37.204025.522469.2951
Yxy25.52240.28180.1933
Hunter Lab50.519743.0425-45.9611
CIE-Lab57.580948.5932-45.1690

#b66bda color RGB value is (182,107,218).

#b66bda hex color red value is 182, green value is 107 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b66bda hue: 0.78 , saturation: 0.60 and the lightness value of b66bda is 0.64.

The process color (four color CMYK) of #b66bda color hex is 0.17, 0.51, 0.00, 0.15. Web safe color of #b66bda is #cc66cc. Color #b66bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101011 11011010
Octal 266 153 332
Decimal 182 107 218
Hex B6 6B DA

RGB Percentages of Color #b66bda

%35.90
%21.10
%43.00

CMYK Percentages of Color #b66bda

%17
%51
%0
%15

Triadic Colors of #b66bda

#b66bda #dab66b #6bdab6

Analogous Colors of #b66bda

#b66bda #da6bc7 #7f6bda

Monochromatic Colors of #b66bda

#b66bda

Complementary Color

#b66bda #8fda6b

#b66bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66bda Color CSS Codes

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

#b66bda Text Font Color

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

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


#b66bda Background Color

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

This div background color is #b66bda


#b66bda Border Color

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

This div border color is #b66bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66bda


Comments

No comments written yet.

Please login to write comment.