Color Hex Logo

#b356ca Color Hex

#B356CA
(179,86,202)
0 Favorites   0 Comments

Color spaces of #b356ca

RGB 17986202
HSL0.800.520.56
HSV288°57°79°
CMYK 0.110.570.00   0.21
XYZ32.578920.503658.1176
Yxy20.50360.29300.1844
Hunter Lab45.280949.1864-44.4015
CIE-Lab52.401955.0848-44.3012

#b356ca color RGB value is (179,86,202).

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

The process color (four color CMYK) of #b356ca color hex is 0.11, 0.57, 0.00, 0.21. Web safe color of #b356ca is #cc66cc. Color #b356ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010110 11001010
Octal 263 126 312
Decimal 179 86 202
Hex B3 56 CA

RGB Percentages of Color #b356ca

%38.33
%18.42
%43.25

CMYK Percentages of Color #b356ca

%11
%57
%0
%21

Triadic Colors of #b356ca

#b356ca #cab356 #56cab3

Analogous Colors of #b356ca

#b356ca #ca56a7 #7956ca

Monochromatic Colors of #b356ca

#b356ca

Complementary Color

#b356ca #6dca56

#b356ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b356ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b356ca Color CSS Codes

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

#b356ca Text Font Color

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

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


#b356ca Background Color

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

This div background color is #b356ca


#b356ca Border Color

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

This div border color is #b356ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b356ca


Comments

No comments written yet.

Please login to write comment.