Color Hex Logo

#b29dcf Color Hex

#B29DCF
(178,157,207)
0 Favorites   0 Comments

Color spaces of #b29dcf

RGB 178157207
HSL0.740.340.71
HSV265°24°81°
CMYK 0.140.240.00   0.19
XYZ41.679638.083964.1857
Yxy38.08390.28950.2646
Hunter Lab61.712212.5603-18.4680
CIE-Lab68.082417.4430-22.7263

#b29dcf color RGB value is (178,157,207).

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

The process color (four color CMYK) of #b29dcf color hex is 0.14, 0.24, 0.00, 0.19. Web safe color of #b29dcf is #9999cc. Color #b29dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011101 11001111
Octal 262 235 317
Decimal 178 157 207
Hex B2 9D CF

RGB Percentages of Color #b29dcf

%32.84
%28.97
%38.19

CMYK Percentages of Color #b29dcf

%14
%24
%0
%19

Triadic Colors of #b29dcf

#b29dcf #cfb29d #9dcfb2

Analogous Colors of #b29dcf

#b29dcf #cb9dcf #9da1cf

Monochromatic Colors of #b29dcf

#b29dcf

Complementary Color

#b29dcf #bacf9d

#b29dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29dcf Color CSS Codes

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

#b29dcf Text Font Color

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

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


#b29dcf Background Color

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

This div background color is #b29dcf


#b29dcf Border Color

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

This div border color is #b29dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29dcf


Comments

No comments written yet.

Please login to write comment.