Color Hex Logo

#b80beb Color Hex

#B80BEB
(184,11,235)
0 Favorites   0 Comments

Color spaces of #b80beb

RGB 18411235
HSL0.800.910.48
HSV286°95°92°
CMYK 0.220.950.00   0.08
XYZ34.882216.427879.9297
Yxy16.42780.26580.1252
Hunter Lab40.531282.6920-88.5511
CIE-Lab47.530884.1400-70.8819

#b80beb color RGB value is (184,11,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001011 11101011
Octal 270 13 353
Decimal 184 11 235
Hex B8 B EB

RGB Percentages of Color #b80beb

%42.79
%2.56
%54.65

CMYK Percentages of Color #b80beb

%22
%95
%0
%8

Triadic Colors of #b80beb

#b80beb #ebb80b #0bebb8

Analogous Colors of #b80beb

#b80beb #eb0bae #480beb

Monochromatic Colors of #b80beb

#b80beb

Complementary Color

#b80beb #3eeb0b

#b80beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80beb Color CSS Codes

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

#b80beb Text Font Color

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

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


#b80beb Background Color

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

This div background color is #b80beb


#b80beb Border Color

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

This div border color is #b80beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80beb


Comments

No comments written yet.

Please login to write comment.