Color Hex Logo

#b746aa Color Hex

#B746AA
(183,70,170)
0 Favorites   0 Comments

Color spaces of #b746aa

RGB 18370170
HSL0.850.450.50
HSV307°62°72°
CMYK 0.000.620.07   0.28
XYZ28.974317.349939.8520
Yxy17.34990.33620.2013
Hunter Lab41.653251.2729-27.5689
CIE-Lab48.697957.6372-31.5146

#b746aa color RGB value is (183,70,170).

#b746aa hex color red value is 183, green value is 70 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b746aa hue: 0.85 , saturation: 0.45 and the lightness value of b746aa is 0.50.

The process color (four color CMYK) of #b746aa color hex is 0.00, 0.62, 0.07, 0.28. Web safe color of #b746aa is #cc3399. Color #b746aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000110 10101010
Octal 267 106 252
Decimal 183 70 170
Hex B7 46 AA

RGB Percentages of Color #b746aa

%43.26
%16.55
%40.19

CMYK Percentages of Color #b746aa

%0
%62
%7
%28

Triadic Colors of #b746aa

#b746aa #aab746 #46aab7

Analogous Colors of #b746aa

#b746aa #b74672 #8c46b7

Monochromatic Colors of #b746aa

#b746aa

Complementary Color

#b746aa #46b753

#b746aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b746aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b746aa Color CSS Codes

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

#b746aa Text Font Color

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

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


#b746aa Background Color

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

This div background color is #b746aa


#b746aa Border Color

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

This div border color is #b746aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,70,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b746aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b746aa;
  -webkit-box-shadow: 1px 1px 3px 2px #b746aa;
  box-shadow:         1px 1px 3px 2px #b746aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,70,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b746aa


Comments

No comments written yet.

Please login to write comment.