Color Hex Logo

#b315ed Color Hex

#B315ED
(179,21,237)
0 Favorites   0 Comments

Color spaces of #b315ed

RGB 17921237
HSL0.790.860.51
HSV284°91°93°
CMYK 0.240.910.00   0.07
XYZ34.144616.234581.4547
Yxy16.23450.25900.1231
Hunter Lab40.292180.7547-91.6566
CIE-Lab47.280782.6771-72.4534

#b315ed color RGB value is (179,21,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010101 11101101
Octal 263 25 355
Decimal 179 21 237
Hex B3 15 ED

RGB Percentages of Color #b315ed

%40.96
%4.81
%54.23

CMYK Percentages of Color #b315ed

%24
%91
%0
%7

Triadic Colors of #b315ed

#b315ed #edb315 #15edb3

Analogous Colors of #b315ed

#b315ed #ed15bb #4715ed

Monochromatic Colors of #b315ed

#b315ed

Complementary Color

#b315ed #4fed15

#b315ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b315ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b315ed Color CSS Codes

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

#b315ed Text Font Color

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

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


#b315ed Background Color

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

This div background color is #b315ed


#b315ed Border Color

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

This div border color is #b315ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b315ed


Comments

No comments written yet.

Please login to write comment.