Color Hex Logo

#b356ef Color Hex

#B356EF
(179,86,239)
0 Favorites   0 Comments

Color spaces of #b356ef

RGB 17986239
HSL0.770.830.64
HSV276°64°94°
CMYK 0.250.640.00   0.06
XYZ37.498222.471384.0224
Yxy22.47130.26040.1561
Hunter Lab47.403958.2431-71.9075
CIE-Lab54.523562.7331-61.8537

#b356ef color RGB value is (179,86,239).

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

The process color (four color CMYK) of #b356ef color hex is 0.25, 0.64, 0.00, 0.06. Web safe color of #b356ef is #cc66ff. Color #b356ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010110 11101111
Octal 263 126 357
Decimal 179 86 239
Hex B3 56 EF

RGB Percentages of Color #b356ef

%35.52
%17.06
%47.42

CMYK Percentages of Color #b356ef

%25
%64
%0
%6

Triadic Colors of #b356ef

#b356ef #efb356 #56efb3

Analogous Colors of #b356ef

#b356ef #ef56df #6756ef

Monochromatic Colors of #b356ef

#b356ef

Complementary Color

#b356ef #92ef56

#b356ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b356ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b356ef Color CSS Codes

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

#b356ef Text Font Color

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

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


#b356ef Background Color

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

This div background color is #b356ef


#b356ef Border Color

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

This div border color is #b356ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b356ef


Comments

No comments written yet.

Please login to write comment.