Color Hex Logo

#b60beb Color Hex

#B60BEB
(182,11,235)
0 Favorites   0 Comments

Color spaces of #b60beb

RGB 18211235
HSL0.790.910.48
HSV286°95°92°
CMYK 0.230.950.00   0.08
XYZ34.406516.182679.9074
Yxy16.18260.26370.1240
Hunter Lab40.227682.2720-89.6133
CIE-Lab47.213183.8746-71.4128

#b60beb color RGB value is (182,11,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001011 11101011
Octal 266 13 353
Decimal 182 11 235
Hex B6 B EB

RGB Percentages of Color #b60beb

%42.52
%2.57
%54.91

CMYK Percentages of Color #b60beb

%23
%95
%0
%8

Triadic Colors of #b60beb

#b60beb #ebb60b #0bebb6

Analogous Colors of #b60beb

#b60beb #eb0bb0 #460beb

Monochromatic Colors of #b60beb

#b60beb

Complementary Color

#b60beb #40eb0b

#b60beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60beb Color CSS Codes

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

#b60beb Text Font Color

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

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


#b60beb Background Color

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

This div background color is #b60beb


#b60beb Border Color

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

This div border color is #b60beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60beb


Comments

No comments written yet.

Please login to write comment.