Color Hex Logo

#b29be5 Color Hex

#B29BE5
(178,155,229)
0 Favorites   0 Comments

Color spaces of #b29be5

RGB 178155229
HSL0.720.590.75
HSV259°32°90°
CMYK 0.220.320.00   0.10
XYZ44.224338.564879.2416
Yxy38.56480.27290.2380
Hunter Lab62.100618.4410-32.1849
CIE-Lab68.434823.5024-34.3213

#b29be5 color RGB value is (178,155,229).

#b29be5 hex color red value is 178, green value is 155 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #b29be5 hue: 0.72 , saturation: 0.59 and the lightness value of b29be5 is 0.75.

The process color (four color CMYK) of #b29be5 color hex is 0.22, 0.32, 0.00, 0.10. Web safe color of #b29be5 is #9999cc. Color #b29be5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011011 11100101
Octal 262 233 345
Decimal 178 155 229
Hex B2 9B E5

RGB Percentages of Color #b29be5

%31.67
%27.58
%40.75

CMYK Percentages of Color #b29be5

%22
%32
%0
%10

Triadic Colors of #b29be5

#b29be5 #e5b29b #9be5b2

Analogous Colors of #b29be5

#b29be5 #d79be5 #9ba9e5

Monochromatic Colors of #b29be5

#b29be5

Complementary Color

#b29be5 #cee59b

#b29be5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29be5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29be5 Color CSS Codes

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

#b29be5 Text Font Color

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

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


#b29be5 Background Color

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

This div background color is #b29be5


#b29be5 Border Color

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

This div border color is #b29be5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29be5


Comments

No comments written yet.

Please login to write comment.