Color Hex Logo

#b29edc Color Hex

#B29EDC
(178,158,220)
0 Favorites   0 Comments

Color spaces of #b29edc

RGB 178158220
HSL0.720.470.74
HSV259°28°86°
CMYK 0.190.280.00   0.14
XYZ43.505239.086072.9615
Yxy39.08600.27970.2513
Hunter Lab62.518814.8056-25.4302
CIE-Lab68.813519.7587-28.7845

#b29edc color RGB value is (178,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011110 11011100
Octal 262 236 334
Decimal 178 158 220
Hex B2 9E DC

RGB Percentages of Color #b29edc

%32.01
%28.42
%39.57

CMYK Percentages of Color #b29edc

%19
%28
%0
%14

Triadic Colors of #b29edc

#b29edc #dcb29e #9edcb2

Analogous Colors of #b29edc

#b29edc #d19edc #9ea9dc

Monochromatic Colors of #b29edc

#b29edc

Complementary Color

#b29edc #c8dc9e

#b29edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29edc Color CSS Codes

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

#b29edc Text Font Color

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

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


#b29edc Background Color

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

This div background color is #b29edc


#b29edc Border Color

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

This div border color is #b29edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29edc


Comments

No comments written yet.

Please login to write comment.