Color Hex Logo

#b69eca Color Hex

#B69ECA
(182,158,202)
0 Favorites   0 Comments

Color spaces of #b69eca

RGB 182158202
HSL0.760.290.71
HSV273°22°79°
CMYK 0.100.220.00   0.21
XYZ42.178938.663161.1168
Yxy38.66310.29710.2724
Hunter Lab62.179712.2691-14.7508
CIE-Lab68.506517.1257-19.2787

#b69eca color RGB value is (182,158,202).

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

The process color (four color CMYK) of #b69eca color hex is 0.10, 0.22, 0.00, 0.21. Web safe color of #b69eca is #cc99cc. Color #b69eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011110 11001010
Octal 266 236 312
Decimal 182 158 202
Hex B6 9E CA

RGB Percentages of Color #b69eca

%33.58
%29.15
%37.27

CMYK Percentages of Color #b69eca

%10
%22
%0
%21

Triadic Colors of #b69eca

#b69eca #cab69e #9ecab6

Analogous Colors of #b69eca

#b69eca #ca9ec8 #a09eca

Monochromatic Colors of #b69eca

#b69eca

Complementary Color

#b69eca #b2ca9e

#b69eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69eca Color CSS Codes

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

#b69eca Text Font Color

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

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


#b69eca Background Color

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

This div background color is #b69eca


#b69eca Border Color

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

This div border color is #b69eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69eca


Comments

No comments written yet.

Please login to write comment.