Color Hex Logo

#b356ec Color Hex

#B356EC
(179,86,236)
0 Favorites   0 Comments

Color spaces of #b356ec

RGB 17986236
HSL0.770.800.63
HSV277°64°93°
CMYK 0.240.640.00   0.07
XYZ37.058522.295481.7071
Yxy22.29540.26270.1581
Hunter Lab47.218057.4621-69.5441
CIE-Lab54.339062.0894-60.4711

#b356ec color RGB value is (179,86,236).

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

The process color (four color CMYK) of #b356ec color hex is 0.24, 0.64, 0.00, 0.07. Web safe color of #b356ec is #cc66ff. Color #b356ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010110 11101100
Octal 263 126 354
Decimal 179 86 236
Hex B3 56 EC

RGB Percentages of Color #b356ec

%35.73
%17.17
%47.11

CMYK Percentages of Color #b356ec

%24
%64
%0
%7

Triadic Colors of #b356ec

#b356ec #ecb356 #56ecb3

Analogous Colors of #b356ec

#b356ec #ec56da #6856ec

Monochromatic Colors of #b356ec

#b356ec

Complementary Color

#b356ec #8fec56

#b356ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b356ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b356ec Color CSS Codes

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

#b356ec Text Font Color

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

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


#b356ec Background Color

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

This div background color is #b356ec


#b356ec Border Color

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

This div border color is #b356ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b356ec


Comments

No comments written yet.

Please login to write comment.