Color Hex Logo

#b396ef Color Hex

#B396EF
(179,150,239)
0 Favorites   0 Comments

Color spaces of #b396ef

RGB 179150239
HSL0.720.740.76
HSV260°37°94°
CMYK 0.250.370.00   0.06
XYZ45.076737.628486.5486
Yxy37.62840.26630.2223
Hunter Lab61.342023.8209-40.7140
CIE-Lab67.745828.9457-40.8770

#b396ef color RGB value is (179,150,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010110 11101111
Octal 263 226 357
Decimal 179 150 239
Hex B3 96 EF

RGB Percentages of Color #b396ef

%31.51
%26.41
%42.08

CMYK Percentages of Color #b396ef

%25
%37
%0
%6

Triadic Colors of #b396ef

#b396ef #efb396 #96efb3

Analogous Colors of #b396ef

#b396ef #e096ef #96a6ef

Monochromatic Colors of #b396ef

#b396ef

Complementary Color

#b396ef #d2ef96

#b396ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b396ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b396ef Color CSS Codes

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

#b396ef Text Font Color

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

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


#b396ef Background Color

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

This div background color is #b396ef


#b396ef Border Color

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

This div border color is #b396ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b396ef


Comments

No comments written yet.

Please login to write comment.