Color Hex Logo

#b316ea Color Hex

#B316EA
(179,22,234)
0 Favorites   0 Comments

Color spaces of #b316ea

RGB 17922234
HSL0.790.830.50
HSV284°91°92°
CMYK 0.240.910.00   0.08
XYZ33.728616.098079.1714
Yxy16.09800.26150.1248
Hunter Lab40.122379.8410-88.9084
CIE-Lab47.102881.9943-71.0475

#b316ea color RGB value is (179,22,234).

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

The process color (four color CMYK) of #b316ea color hex is 0.24, 0.91, 0.00, 0.08. Web safe color of #b316ea is #cc00ff. Color #b316ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010110 11101010
Octal 263 26 352
Decimal 179 22 234
Hex B3 16 EA

RGB Percentages of Color #b316ea

%41.15
%5.06
%53.79

CMYK Percentages of Color #b316ea

%24
%91
%0
%8

Triadic Colors of #b316ea

#b316ea #eab316 #16eab3

Analogous Colors of #b316ea

#b316ea #ea16b7 #4916ea

Monochromatic Colors of #b316ea

#b316ea

Complementary Color

#b316ea #4dea16

#b316ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b316ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b316ea Color CSS Codes

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

#b316ea Text Font Color

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

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


#b316ea Background Color

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

This div background color is #b316ea


#b316ea Border Color

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

This div border color is #b316ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b316ea


Comments

No comments written yet.

Please login to write comment.