Color Hex Logo

#b29ded Color Hex

#B29DED
(178,157,237)
0 Favorites   0 Comments

Color spaces of #b29ded

RGB 178157237
HSL0.710.690.77
HSV256°34°93°
CMYK 0.250.340.00   0.07
XYZ45.703139.693385.3735
Yxy39.69330.26760.2324
Hunter Lab63.002619.2322-36.2408
CIE-Lab69.250524.2578-37.4404

#b29ded color RGB value is (178,157,237).

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

The process color (four color CMYK) of #b29ded color hex is 0.25, 0.34, 0.00, 0.07. Web safe color of #b29ded is #9999ff. Color #b29ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011101 11101101
Octal 262 235 355
Decimal 178 157 237
Hex B2 9D ED

RGB Percentages of Color #b29ded

%31.12
%27.45
%41.43

CMYK Percentages of Color #b29ded

%25
%34
%0
%7

Triadic Colors of #b29ded

#b29ded #edb29d #9dedb2

Analogous Colors of #b29ded

#b29ded #da9ded #9db0ed

Monochromatic Colors of #b29ded

#b29ded

Complementary Color

#b29ded #d8ed9d

#b29ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29ded Color CSS Codes

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

#b29ded Text Font Color

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

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


#b29ded Background Color

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

This div background color is #b29ded


#b29ded Border Color

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

This div border color is #b29ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29ded


Comments

No comments written yet.

Please login to write comment.