Color Hex Logo

#b601eb Color Hex

#B601EB
(182,1,235)
0 Favorites   0 Comments

Color spaces of #b601eb

RGB 1821235
HSL0.800.990.46
HSV286°100°92°
CMYK 0.231.000.00   0.08
XYZ34.297715.965079.8711
Yxy15.96500.26360.1227
Hunter Lab39.956283.2978-90.5493
CIE-Lab46.928584.7253-71.8762

#b601eb color RGB value is (182,1,235).

#b601eb hex color red value is 182, green value is 1 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b601eb hue: 0.80 , saturation: 0.99 and the lightness value of b601eb is 0.46.

The process color (four color CMYK) of #b601eb color hex is 0.23, 1.00, 0.00, 0.08. Web safe color of #b601eb is #cc00ff. Color #b601eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000001 11101011
Octal 266 1 353
Decimal 182 1 235
Hex B6 1 EB

RGB Percentages of Color #b601eb

%43.54
%0.24
%56.22

CMYK Percentages of Color #b601eb

%23
%100
%0
%8

Triadic Colors of #b601eb

#b601eb #ebb601 #01ebb6

Analogous Colors of #b601eb

#b601eb #eb01ab #4101eb

Monochromatic Colors of #b601eb

#b601eb

Complementary Color

#b601eb #36eb01

#b601eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b601eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b601eb Color CSS Codes

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

#b601eb Text Font Color

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

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


#b601eb Background Color

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

This div background color is #b601eb


#b601eb Border Color

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

This div border color is #b601eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,1,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 #b601eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b601eb


Comments

No comments written yet.

Please login to write comment.