Color Hex Logo

#b26edb Color Hex

#B26EDB
(178,110,219)
0 Favorites   0 Comments

Color spaces of #b26edb

RGB 178110219
HSL0.770.600.65
HSV277°50°86°
CMYK 0.190.500.00   0.14
XYZ36.722225.731370.0490
Yxy25.73130.27710.1942
Hunter Lab50.726040.4513-46.3670
CIE-Lab57.781146.1445-45.4454

#b26edb color RGB value is (178,110,219).

#b26edb hex color red value is 178, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b26edb hue: 0.77 , saturation: 0.60 and the lightness value of b26edb is 0.65.

The process color (four color CMYK) of #b26edb color hex is 0.19, 0.50, 0.00, 0.14. Web safe color of #b26edb is #9966cc. Color #b26edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01101110 11011011
Octal 262 156 333
Decimal 178 110 219
Hex B2 6E DB

RGB Percentages of Color #b26edb

%35.11
%21.70
%43.20

CMYK Percentages of Color #b26edb

%19
%50
%0
%14

Triadic Colors of #b26edb

#b26edb #dbb26e #6edbb2

Analogous Colors of #b26edb

#b26edb #db6ece #7c6edb

Monochromatic Colors of #b26edb

#b26edb

Complementary Color

#b26edb #97db6e

#b26edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b26edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b26edb Color CSS Codes

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

#b26edb Text Font Color

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

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


#b26edb Background Color

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

This div background color is #b26edb


#b26edb Border Color

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

This div border color is #b26edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b26edb


Comments

No comments written yet.

Please login to write comment.