Color Hex Logo

#b316bc Color Hex

#B316BC
(179,22,188)
0 Favorites   0 Comments

Color spaces of #b316bc

RGB 17922188
HSL0.820.790.41
HSV297°88°74°
CMYK 0.050.880.00   0.26
XYZ27.954413.788448.7650
Yxy13.78840.30890.1523
Hunter Lab37.132769.3967-51.8704
CIE-Lab43.927974.2019-49.6952

#b316bc color RGB value is (179,22,188).

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

The process color (four color CMYK) of #b316bc color hex is 0.05, 0.88, 0.00, 0.26. Web safe color of #b316bc is #cc00cc. Color #b316bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010110 10111100
Octal 263 26 274
Decimal 179 22 188
Hex B3 16 BC

RGB Percentages of Color #b316bc

%46.02
%5.66
%48.33

CMYK Percentages of Color #b316bc

%5
%88
%0
%26

Triadic Colors of #b316bc

#b316bc #bcb316 #16bcb3

Analogous Colors of #b316bc

#b316bc #bc1672 #6016bc

Monochromatic Colors of #b316bc

#b316bc

Complementary Color

#b316bc #1fbc16

#b316bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b316bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b316bc Color CSS Codes

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

#b316bc Text Font Color

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

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


#b316bc Background Color

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

This div background color is #b316bc


#b316bc Border Color

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

This div border color is #b316bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b316bc


Comments

No comments written yet.

Please login to write comment.