Color Hex Logo

#b826eb Color Hex

#B826EB
(184,38,235)
0 Favorites   0 Comments

Color spaces of #b826eb

RGB 18438235
HSL0.790.830.54
HSV284°84°92°
CMYK 0.220.840.00   0.08
XYZ35.455717.574780.1208
Yxy17.57470.26630.1320
Hunter Lab41.922277.6026-83.9683
CIE-Lab48.976179.8614-68.5336

#b826eb color RGB value is (184,38,235).

#b826eb hex color red value is 184, green value is 38 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b826eb hue: 0.79 , saturation: 0.83 and the lightness value of b826eb is 0.54.

The process color (four color CMYK) of #b826eb color hex is 0.22, 0.84, 0.00, 0.08. Web safe color of #b826eb is #cc33ff. Color #b826eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100110 11101011
Octal 270 46 353
Decimal 184 38 235
Hex B8 26 EB

RGB Percentages of Color #b826eb

%40.26
%8.32
%51.42

CMYK Percentages of Color #b826eb

%22
%84
%0
%8

Triadic Colors of #b826eb

#b826eb #ebb826 #26ebb8

Analogous Colors of #b826eb

#b826eb #eb26bc #5626eb

Monochromatic Colors of #b826eb

#b826eb

Complementary Color

#b826eb #59eb26

#b826eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b826eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b826eb Color CSS Codes

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

#b826eb Text Font Color

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

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


#b826eb Background Color

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

This div background color is #b826eb


#b826eb Border Color

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

This div border color is #b826eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b826eb


Comments

No comments written yet.

Please login to write comment.