Color Hex Logo

#b356fc Color Hex

#B356FC
(179,86,252)
0 Favorites   0 Comments

Color spaces of #b356fc

RGB 17986252
HSL0.760.970.66
HSV274°66°99°
CMYK 0.290.660.00   0.01
XYZ39.488923.267694.5053
Yxy23.26760.25110.1480
Hunter Lab48.236561.7155-82.3958
CIE-Lab55.346965.5619-67.7663

#b356fc color RGB value is (179,86,252).

#b356fc hex color red value is 179, green value is 86 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b356fc hue: 0.76 , saturation: 0.97 and the lightness value of b356fc is 0.66.

The process color (four color CMYK) of #b356fc color hex is 0.29, 0.66, 0.00, 0.01. Web safe color of #b356fc is #cc66ff. Color #b356fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010110 11111100
Octal 263 126 374
Decimal 179 86 252
Hex B3 56 FC

RGB Percentages of Color #b356fc

%34.62
%16.63
%48.74

CMYK Percentages of Color #b356fc

%29
%66
%0
%1

Triadic Colors of #b356fc

#b356fc #fcb356 #56fcb3

Analogous Colors of #b356fc

#b356fc #fc56f2 #6056fc

Monochromatic Colors of #b356fc

#b356fc

Complementary Color

#b356fc #9ffc56

#b356fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b356fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b356fc Color CSS Codes

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

#b356fc Text Font Color

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

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


#b356fc Background Color

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

This div background color is #b356fc


#b356fc Border Color

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

This div border color is #b356fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b356fc


Comments

No comments written yet.

Please login to write comment.