Color Hex Logo

#b46aee Color Hex

#B46AEE
(180,106,238)
0 Favorites   0 Comments

Color spaces of #b46aee

RGB 180106238
HSL0.760.800.67
HSV274°55°93°
CMYK 0.240.550.00   0.07
XYZ39.409026.184483.8659
Yxy26.18440.26370.1752
Hunter Lab51.170747.9227-61.3535
CIE-Lab58.211752.9620-55.3809

#b46aee color RGB value is (180,106,238).

#b46aee hex color red value is 180, green value is 106 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b46aee hue: 0.76 , saturation: 0.80 and the lightness value of b46aee is 0.67.

The process color (four color CMYK) of #b46aee color hex is 0.24, 0.55, 0.00, 0.07. Web safe color of #b46aee is #cc66ff. Color #b46aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101010 11101110
Octal 264 152 356
Decimal 180 106 238
Hex B4 6A EE

RGB Percentages of Color #b46aee

%34.35
%20.23
%45.42

CMYK Percentages of Color #b46aee

%24
%55
%0
%7

Triadic Colors of #b46aee

#b46aee #eeb46a #6aeeb4

Analogous Colors of #b46aee

#b46aee #ee6ae6 #726aee

Monochromatic Colors of #b46aee

#b46aee

Complementary Color

#b46aee #a4ee6a

#b46aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46aee Color CSS Codes

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

#b46aee Text Font Color

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

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


#b46aee Background Color

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

This div background color is #b46aee


#b46aee Border Color

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

This div border color is #b46aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,106,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46aee


Comments

No comments written yet.

Please login to write comment.