Color Hex Logo

#b46eca Color Hex

#B46ECA
(180,110,202)
0 Favorites   0 Comments

Color spaces of #b46eca

RGB 180110202
HSL0.790.460.61
HSV286°46°79°
CMYK 0.110.460.00   0.21
XYZ35.059025.119458.8778
Yxy25.11940.29450.2110
Hunter Lab50.119337.1541-34.5677
CIE-Lab57.191643.1026-36.7474

#b46eca color RGB value is (180,110,202).

#b46eca hex color red value is 180, green value is 110 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b46eca hue: 0.79 , saturation: 0.46 and the lightness value of b46eca is 0.61.

The process color (four color CMYK) of #b46eca color hex is 0.11, 0.46, 0.00, 0.21. Web safe color of #b46eca is #cc66cc. Color #b46eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101110 11001010
Octal 264 156 312
Decimal 180 110 202
Hex B4 6E CA

RGB Percentages of Color #b46eca

%36.59
%22.36
%41.06

CMYK Percentages of Color #b46eca

%11
%46
%0
%21

Triadic Colors of #b46eca

#b46eca #cab46e #6ecab4

Analogous Colors of #b46eca

#b46eca #ca6eb2 #866eca

Monochromatic Colors of #b46eca

#b46eca

Complementary Color

#b46eca #84ca6e

#b46eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46eca Color CSS Codes

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

#b46eca Text Font Color

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

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


#b46eca Background Color

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

This div background color is #b46eca


#b46eca Border Color

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

This div border color is #b46eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46eca


Comments

No comments written yet.

Please login to write comment.