Color Hex Logo

#b316be Color Hex

#B316BE
(179,22,190)
0 Favorites   0 Comments

Color spaces of #b316be

RGB 17922190
HSL0.820.790.42
HSV296°88°75°
CMYK 0.060.880.00   0.25
XYZ28.171613.875249.9086
Yxy13.87520.30640.1509
Hunter Lab37.249469.8124-53.3650
CIE-Lab44.053474.5200-50.6658

#b316be color RGB value is (179,22,190).

#b316be hex color red value is 179, green value is 22 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b316be hue: 0.82 , saturation: 0.79 and the lightness value of b316be is 0.42.

The process color (four color CMYK) of #b316be color hex is 0.06, 0.88, 0.00, 0.25. Web safe color of #b316be is #cc00cc. Color #b316be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010110 10111110
Octal 263 26 276
Decimal 179 22 190
Hex B3 16 BE

RGB Percentages of Color #b316be

%45.78
%5.63
%48.59

CMYK Percentages of Color #b316be

%6
%88
%0
%25

Triadic Colors of #b316be

#b316be #beb316 #16beb3

Analogous Colors of #b316be

#b316be #be1675 #5f16be

Monochromatic Colors of #b316be

#b316be

Complementary Color

#b316be #21be16

#b316be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b316be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b316be Color CSS Codes

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

#b316be Text Font Color

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

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


#b316be Background Color

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

This div background color is #b316be


#b316be Border Color

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

This div border color is #b316be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b316be


Comments

No comments written yet.

Please login to write comment.