Color Hex Logo

#b29eca Color Hex

#B29ECA
(178,158,202)
0 Favorites   0 Comments

Color spaces of #b29eca

RGB 178158202
HSL0.740.290.71
HSV267°22°79°
CMYK 0.120.220.00   0.21
XYZ41.247638.183061.0732
Yxy38.18300.29360.2718
Hunter Lab61.792411.0155-15.3453
CIE-Lab68.155315.8119-19.8450

#b29eca color RGB value is (178,158,202).

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

The process color (four color CMYK) of #b29eca color hex is 0.12, 0.22, 0.00, 0.21. Web safe color of #b29eca is #9999cc. Color #b29eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011110 11001010
Octal 262 236 312
Decimal 178 158 202
Hex B2 9E CA

RGB Percentages of Color #b29eca

%33.09
%29.37
%37.55

CMYK Percentages of Color #b29eca

%12
%22
%0
%21

Triadic Colors of #b29eca

#b29eca #cab29e #9ecab2

Analogous Colors of #b29eca

#b29eca #c89eca #9ea0ca

Monochromatic Colors of #b29eca

#b29eca

Complementary Color

#b29eca #b6ca9e

#b29eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29eca Color CSS Codes

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

#b29eca Text Font Color

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

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


#b29eca Background Color

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

This div background color is #b29eca


#b29eca Border Color

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

This div border color is #b29eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b29eca


Comments

No comments written yet.

Please login to write comment.