Color Hex Logo

#b386ef Color Hex

#B386EF
(179,134,239)
0 Favorites   0 Comments

Color spaces of #b386ef

RGB 179134239
HSL0.740.770.73
HSV266°44°94°
CMYK 0.250.440.00   0.06
XYZ42.695532.865985.7548
Yxy32.86590.26470.2037
Hunter Lab57.328832.6121-48.5583
CIE-Lab64.052237.8762-46.6772

#b386ef color RGB value is (179,134,239).

#b386ef hex color red value is 179, green value is 134 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b386ef hue: 0.74 , saturation: 0.77 and the lightness value of b386ef is 0.73.

The process color (four color CMYK) of #b386ef color hex is 0.25, 0.44, 0.00, 0.06. Web safe color of #b386ef is #cc99ff. Color #b386ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000110 11101111
Octal 263 206 357
Decimal 179 134 239
Hex B3 86 EF

RGB Percentages of Color #b386ef

%32.43
%24.28
%43.30

CMYK Percentages of Color #b386ef

%25
%44
%0
%6

Triadic Colors of #b386ef

#b386ef #efb386 #86efb3

Analogous Colors of #b386ef

#b386ef #e886ef #868eef

Monochromatic Colors of #b386ef

#b386ef

Complementary Color

#b386ef #c2ef86

#b386ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b386ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b386ef Color CSS Codes

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

#b386ef Text Font Color

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

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


#b386ef Background Color

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

This div background color is #b386ef


#b386ef Border Color

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

This div border color is #b386ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,134,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b386ef


Comments

No comments written yet.

Please login to write comment.