Color Hex Logo

#b46abe Color Hex

#B46ABE
(180,106,190)
0 Favorites   0 Comments

Color spaces of #b46abe

RGB 180106190
HSL0.810.390.58
HSV293°44°75°
CMYK 0.050.440.00   0.25
XYZ33.270723.729151.5418
Yxy23.72910.30650.2186
Hunter Lab48.712536.6688-28.6349
CIE-Lab55.815542.8302-32.0503

#b46abe color RGB value is (180,106,190).

#b46abe hex color red value is 180, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b46abe hue: 0.81 , saturation: 0.39 and the lightness value of b46abe is 0.58.

The process color (four color CMYK) of #b46abe color hex is 0.05, 0.44, 0.00, 0.25. Web safe color of #b46abe is #cc66cc. Color #b46abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101010 10111110
Octal 264 152 276
Decimal 180 106 190
Hex B4 6A BE

RGB Percentages of Color #b46abe

%37.82
%22.27
%39.92

CMYK Percentages of Color #b46abe

%5
%44
%0
%25

Triadic Colors of #b46abe

#b46abe #beb46a #6abeb4

Analogous Colors of #b46abe

#b46abe #be6a9e #8a6abe

Monochromatic Colors of #b46abe

#b46abe

Complementary Color

#b46abe #74be6a

#b46abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46abe Color CSS Codes

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

#b46abe Text Font Color

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

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


#b46abe Background Color

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

This div background color is #b46abe


#b46abe Border Color

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

This div border color is #b46abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46abe


Comments

No comments written yet.

Please login to write comment.