Color Hex Logo

#b29ecf Color Hex

#B29ECF
(178,158,207)
0 Favorites   0 Comments

Color spaces of #b29ecf

RGB 178158207
HSL0.730.340.72
HSV264°24°81°
CMYK 0.140.240.00   0.19
XYZ41.849438.423764.2423
Yxy38.42370.28960.2659
Hunter Lab61.986912.0343-18.0565
CIE-Lab68.331716.8834-22.3457

#b29ecf color RGB value is (178,158,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011110 11001111
Octal 262 236 317
Decimal 178 158 207
Hex B2 9E CF

RGB Percentages of Color #b29ecf

%32.78
%29.10
%38.12

CMYK Percentages of Color #b29ecf

%14
%24
%0
%19

Triadic Colors of #b29ecf

#b29ecf #cfb29e #9ecfb2

Analogous Colors of #b29ecf

#b29ecf #cb9ecf #9ea3cf

Monochromatic Colors of #b29ecf

#b29ecf

Complementary Color

#b29ecf #bbcf9e

#b29ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29ecf Color CSS Codes

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

#b29ecf Text Font Color

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

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


#b29ecf Background Color

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

This div background color is #b29ecf


#b29ecf Border Color

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

This div border color is #b29ecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,158,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 #b29ecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29ecf


Comments

No comments written yet.

Please login to write comment.