Color Hex Logo

#b27ede Color Hex

#B27EDE
(178,126,222)
0 Favorites   0 Comments

Color spaces of #b27ede

RGB 178126222
HSL0.760.590.68
HSV273°43°87°
CMYK 0.200.430.00   0.13
XYZ39.005829.660672.7765
Yxy29.66060.27580.2097
Hunter Lab54.461532.5354-41.1056
CIE-Lab61.360338.1145-41.4869

#b27ede color RGB value is (178,126,222).

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

The process color (four color CMYK) of #b27ede color hex is 0.20, 0.43, 0.00, 0.13. Web safe color of #b27ede is #9966cc. Color #b27ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111110 11011110
Octal 262 176 336
Decimal 178 126 222
Hex B2 7E DE

RGB Percentages of Color #b27ede

%33.84
%23.95
%42.21

CMYK Percentages of Color #b27ede

%20
%43
%0
%13

Triadic Colors of #b27ede

#b27ede #deb27e #7edeb2

Analogous Colors of #b27ede

#b27ede #de7eda #827ede

Monochromatic Colors of #b27ede

#b27ede

Complementary Color

#b27ede #aade7e

#b27ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27ede Color CSS Codes

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

#b27ede Text Font Color

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

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


#b27ede Background Color

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

This div background color is #b27ede


#b27ede Border Color

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

This div border color is #b27ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27ede


Comments

No comments written yet.

Please login to write comment.