Color Hex Logo

#b386da Color Hex

#B386DA
(179,134,218)
0 Favorites   0 Comments

Color spaces of #b386da

RGB 179134218
HSL0.760.530.69
HSV272°39°85°
CMYK 0.180.390.00   0.15
XYZ39.770431.695970.3515
Yxy31.69590.28040.2235
Hunter Lab56.299127.5712-34.6795
CIE-Lab63.090733.0677-36.5391

#b386da color RGB value is (179,134,218).

#b386da hex color red value is 179, green value is 134 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b386da hue: 0.76 , saturation: 0.53 and the lightness value of b386da is 0.69.

The process color (four color CMYK) of #b386da color hex is 0.18, 0.39, 0.00, 0.15. Web safe color of #b386da is #cc99cc. Color #b386da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000110 11011010
Octal 263 206 332
Decimal 179 134 218
Hex B3 86 DA

RGB Percentages of Color #b386da

%33.71
%25.24
%41.05

CMYK Percentages of Color #b386da

%18
%39
%0
%15

Triadic Colors of #b386da

#b386da #dab386 #86dab3

Analogous Colors of #b386da

#b386da #da86d7 #8986da

Monochromatic Colors of #b386da

#b386da

Complementary Color

#b386da #adda86

#b386da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b386da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b386da Color CSS Codes

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

#b386da Text Font Color

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

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


#b386da Background Color

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

This div background color is #b386da


#b386da Border Color

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

This div border color is #b386da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b386da


Comments

No comments written yet.

Please login to write comment.