Color Hex Logo

#b29ed3 Color Hex

#B29ED3
(178,158,211)
0 Favorites   0 Comments

Color spaces of #b29ed3

RGB 178158211
HSL0.730.380.72
HSV263°25°83°
CMYK 0.160.250.00   0.17
XYZ42.344838.621866.8510
Yxy38.62180.28650.2613
Hunter Lab62.146412.8685-20.2758
CIE-Lab68.476417.7549-24.3368

#b29ed3 color RGB value is (178,158,211).

#b29ed3 hex color red value is 178, green value is 158 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #b29ed3 hue: 0.73 , saturation: 0.38 and the lightness value of b29ed3 is 0.72.

The process color (four color CMYK) of #b29ed3 color hex is 0.16, 0.25, 0.00, 0.17. Web safe color of #b29ed3 is #9999cc. Color #b29ed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011110 11010011
Octal 262 236 323
Decimal 178 158 211
Hex B2 9E D3

RGB Percentages of Color #b29ed3

%32.54
%28.88
%38.57

CMYK Percentages of Color #b29ed3

%16
%25
%0
%17

Triadic Colors of #b29ed3

#b29ed3 #d3b29e #9ed3b2

Analogous Colors of #b29ed3

#b29ed3 #cd9ed3 #9ea5d3

Monochromatic Colors of #b29ed3

#b29ed3

Complementary Color

#b29ed3 #bfd39e

#b29ed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29ed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29ed3 Color CSS Codes

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

#b29ed3 Text Font Color

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

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


#b29ed3 Background Color

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

This div background color is #b29ed3


#b29ed3 Border Color

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

This div border color is #b29ed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29ed3


Comments

No comments written yet.

Please login to write comment.