Color Hex Logo

#b26ebe Color Hex

#B26EBE
(178,110,190)
0 Favorites   0 Comments

Color spaces of #b26ebe

RGB 178110190
HSL0.810.380.59
HSV291°42°75°
CMYK 0.060.420.00   0.25
XYZ33.230324.334551.6608
Yxy24.33450.30420.2228
Hunter Lab49.330033.9159-27.5604
CIE-Lab56.421240.0771-31.1260

#b26ebe color RGB value is (178,110,190).

#b26ebe hex color red value is 178, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b26ebe hue: 0.81 , saturation: 0.38 and the lightness value of b26ebe is 0.59.

The process color (four color CMYK) of #b26ebe color hex is 0.06, 0.42, 0.00, 0.25. Web safe color of #b26ebe is #9966cc. Color #b26ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101110 10111110
Octal 262 156 276
Decimal 178 110 190
Hex B2 6E BE

RGB Percentages of Color #b26ebe

%37.24
%23.01
%39.75

CMYK Percentages of Color #b26ebe

%6
%42
%0
%25

Triadic Colors of #b26ebe

#b26ebe #beb26e #6ebeb2

Analogous Colors of #b26ebe

#b26ebe #be6ea2 #8a6ebe

Monochromatic Colors of #b26ebe

#b26ebe

Complementary Color

#b26ebe #7abe6e

#b26ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26ebe Color CSS Codes

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

#b26ebe Text Font Color

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

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


#b26ebe Background Color

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

This div background color is #b26ebe


#b26ebe Border Color

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

This div border color is #b26ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,110,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b26ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b26ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #b26ebe;
  box-shadow:         1px 1px 3px 2px #b26ebe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,110,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b26ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26ebe


Comments

No comments written yet.

Please login to write comment.