Color Hex Logo

#b60ceb Color Hex

#B60CEB
(182,12,235)
0 Favorites   0 Comments

Color spaces of #b60ceb

RGB 18212235
HSL0.790.900.48
HSV286°95°92°
CMYK 0.230.950.00   0.08
XYZ34.418316.206279.9113
Yxy16.20620.26370.1242
Hunter Lab40.256982.1618-89.5127
CIE-Lab47.243983.7829-71.3628

#b60ceb color RGB value is (182,12,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001100 11101011
Octal 266 14 353
Decimal 182 12 235
Hex B6 C EB

RGB Percentages of Color #b60ceb

%42.42
%2.80
%54.78

CMYK Percentages of Color #b60ceb

%23
%95
%0
%8

Triadic Colors of #b60ceb

#b60ceb #ebb60c #0cebb6

Analogous Colors of #b60ceb

#b60ceb #eb0cb1 #470ceb

Monochromatic Colors of #b60ceb

#b60ceb

Complementary Color

#b60ceb #41eb0c

#b60ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60ceb Color CSS Codes

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

#b60ceb Text Font Color

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

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


#b60ceb Background Color

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

This div background color is #b60ceb


#b60ceb Border Color

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

This div border color is #b60ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60ceb


Comments

No comments written yet.

Please login to write comment.