Color Hex Logo

#b29eea Color Hex

#B29EEA
(178,158,234)
0 Favorites   0 Comments

Color spaces of #b29eea

RGB 178158234
HSL0.710.640.77
HSV256°32°92°
CMYK 0.240.320.00   0.08
XYZ45.438239.859283.1406
Yxy39.85920.26980.2366
Hunter Lab63.134117.9833-33.8844
CIE-Lab69.369122.9883-35.6139

#b29eea color RGB value is (178,158,234).

#b29eea hex color red value is 178, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b29eea hue: 0.71 , saturation: 0.64 and the lightness value of b29eea is 0.77.

The process color (four color CMYK) of #b29eea color hex is 0.24, 0.32, 0.00, 0.08. Web safe color of #b29eea is #9999ff. Color #b29eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011110 11101010
Octal 262 236 352
Decimal 178 158 234
Hex B2 9E EA

RGB Percentages of Color #b29eea

%31.23
%27.72
%41.05

CMYK Percentages of Color #b29eea

%24
%32
%0
%8

Triadic Colors of #b29eea

#b29eea #eab29e #9eeab2

Analogous Colors of #b29eea

#b29eea #d89eea #9eb0ea

Monochromatic Colors of #b29eea

#b29eea

Complementary Color

#b29eea #d6ea9e

#b29eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29eea Color CSS Codes

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

#b29eea Text Font Color

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

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


#b29eea Background Color

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

This div background color is #b29eea


#b29eea Border Color

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

This div border color is #b29eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29eea


Comments

No comments written yet.

Please login to write comment.