Color Hex Logo

#b60aeb Color Hex

#B60AEB
(182,10,235)
0 Favorites   0 Comments

Color spaces of #b60aeb

RGB 18210235
HSL0.790.920.48
HSV286°96°92°
CMYK 0.230.960.00   0.08
XYZ34.395316.160379.9037
Yxy16.16030.26360.1239
Hunter Lab40.199982.3761-89.7085
CIE-Lab47.184183.9611-71.4601

#b60aeb color RGB value is (182,10,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001010 11101011
Octal 266 12 353
Decimal 182 10 235
Hex B6 A EB

RGB Percentages of Color #b60aeb

%42.62
%2.34
%55.04

CMYK Percentages of Color #b60aeb

%23
%96
%0
%8

Triadic Colors of #b60aeb

#b60aeb #ebb60a #0aebb6

Analogous Colors of #b60aeb

#b60aeb #eb0ab0 #460aeb

Monochromatic Colors of #b60aeb

#b60aeb

Complementary Color

#b60aeb #3feb0a

#b60aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60aeb Color CSS Codes

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

#b60aeb Text Font Color

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

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


#b60aeb Background Color

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

This div background color is #b60aeb


#b60aeb Border Color

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

This div border color is #b60aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60aeb


Comments

No comments written yet.

Please login to write comment.