Color Hex Logo

#b746bb Color Hex

#B746BB
(183,70,187)
0 Favorites   0 Comments

Color spaces of #b746bb

RGB 18370187
HSL0.830.460.50
HSV298°63°73°
CMYK 0.020.630.00   0.27
XYZ30.688218.035548.8774
Yxy18.03550.31440.1848
Hunter Lab42.468254.6675-38.5101
CIE-Lab49.539160.5197-40.1382

#b746bb color RGB value is (183,70,187).

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

The process color (four color CMYK) of #b746bb color hex is 0.02, 0.63, 0.00, 0.27. Web safe color of #b746bb is #cc33cc. Color #b746bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000110 10111011
Octal 267 106 273
Decimal 183 70 187
Hex B7 46 BB

RGB Percentages of Color #b746bb

%41.59
%15.91
%42.50

CMYK Percentages of Color #b746bb

%2
%63
%0
%27

Triadic Colors of #b746bb

#b746bb #bbb746 #46bbb7

Analogous Colors of #b746bb

#b746bb #bb4685 #7d46bb

Monochromatic Colors of #b746bb

#b746bb

Complementary Color

#b746bb #4abb46

#b746bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b746bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b746bb Color CSS Codes

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

#b746bb Text Font Color

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

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


#b746bb Background Color

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

This div background color is #b746bb


#b746bb Border Color

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

This div border color is #b746bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b746bb


Comments

No comments written yet.

Please login to write comment.