Color Hex Logo

#b317eb Color Hex

#B317EB
(179,23,235)
0 Favorites   0 Comments

Color spaces of #b317eb

RGB 17923235
HSL0.790.840.51
HSV284°90°92°
CMYK 0.240.900.00   0.08
XYZ33.892216.194779.9368
Yxy16.19470.26070.1246
Hunter Lab40.242679.9074-89.6021
CIE-Lab47.228982.0222-71.4078

#b317eb color RGB value is (179,23,235).

#b317eb hex color red value is 179, green value is 23 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b317eb hue: 0.79 , saturation: 0.84 and the lightness value of b317eb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010111 11101011
Octal 263 27 353
Decimal 179 23 235
Hex B3 17 EB

RGB Percentages of Color #b317eb

%40.96
%5.26
%53.78

CMYK Percentages of Color #b317eb

%24
%90
%0
%8

Triadic Colors of #b317eb

#b317eb #ebb317 #17ebb3

Analogous Colors of #b317eb

#b317eb #eb17b9 #4917eb

Monochromatic Colors of #b317eb

#b317eb

Complementary Color

#b317eb #4feb17

#b317eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b317eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b317eb Color CSS Codes

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

#b317eb Text Font Color

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

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


#b317eb Background Color

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

This div background color is #b317eb


#b317eb Border Color

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

This div border color is #b317eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b317eb


Comments

No comments written yet.

Please login to write comment.