Color Hex Logo

#b27edb Color Hex

#B27EDB
(178,126,219)
0 Favorites   0 Comments

Color spaces of #b27edb

RGB 178126219
HSL0.760.560.68
HSV274°42°86°
CMYK 0.190.420.00   0.14
XYZ38.607129.501270.6773
Yxy29.50120.27820.2126
Hunter Lab54.315031.8265-39.1305
CIE-Lab61.221437.4426-40.0285

#b27edb color RGB value is (178,126,219).

#b27edb hex color red value is 178, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b27edb hue: 0.76 , saturation: 0.56 and the lightness value of b27edb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111110 11011011
Octal 262 176 333
Decimal 178 126 219
Hex B2 7E DB

RGB Percentages of Color #b27edb

%34.03
%24.09
%41.87

CMYK Percentages of Color #b27edb

%19
%42
%0
%14

Triadic Colors of #b27edb

#b27edb #dbb27e #7edbb2

Analogous Colors of #b27edb

#b27edb #db7ed6 #847edb

Monochromatic Colors of #b27edb

#b27edb

Complementary Color

#b27edb #a7db7e

#b27edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27edb Color CSS Codes

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

#b27edb Text Font Color

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

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


#b27edb Background Color

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

This div background color is #b27edb


#b27edb Border Color

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

This div border color is #b27edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27edb


Comments

No comments written yet.

Please login to write comment.