Color Hex Logo

#b60be2 Color Hex

#B60BE2
(182,11,226)
0 Favorites   0 Comments

Color spaces of #b60be2

RGB 18211226
HSL0.800.910.46
HSV288°95°89°
CMYK 0.190.950.00   0.11
XYZ33.138515.675473.2306
Yxy15.67540.27150.1284
Hunter Lab39.592280.1175-81.9496
CIE-Lab46.545782.3190-67.3922

#b60be2 color RGB value is (182,11,226).

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

The process color (four color CMYK) of #b60be2 color hex is 0.19, 0.95, 0.00, 0.11. Web safe color of #b60be2 is #cc00cc. Color #b60be2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001011 11100010
Octal 266 13 342
Decimal 182 11 226
Hex B6 B E2

RGB Percentages of Color #b60be2

%43.44
%2.63
%53.94

CMYK Percentages of Color #b60be2

%19
%95
%0
%11

Triadic Colors of #b60be2

#b60be2 #e2b60b #0be2b6

Analogous Colors of #b60be2

#b60be2 #e20ba3 #4a0be2

Monochromatic Colors of #b60be2

#b60be2

Complementary Color

#b60be2 #37e20b

#b60be2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60be2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60be2 Color CSS Codes

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

#b60be2 Text Font Color

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

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


#b60be2 Background Color

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

This div background color is #b60be2


#b60be2 Border Color

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

This div border color is #b60be2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,11,226, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60be2


Comments

No comments written yet.

Please login to write comment.