Color Hex Logo

#b746a0 Color Hex

#B746A0
(183,70,160)
0 Favorites   0 Comments

Color spaces of #b746a0

RGB 18370160
HSL0.870.450.50
HSV312°62°72°
CMYK 0.000.620.13   0.28
XYZ28.063816.985735.0571
Yxy16.98570.35030.2120
Hunter Lab41.213749.4226-21.5835
CIE-Lab48.242056.0399-26.3162

#b746a0 color RGB value is (183,70,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000110 10100000
Octal 267 106 240
Decimal 183 70 160
Hex B7 46 A0

RGB Percentages of Color #b746a0

%44.31
%16.95
%38.74

CMYK Percentages of Color #b746a0

%0
%62
%13
%28

Triadic Colors of #b746a0

#b746a0 #a0b746 #46a0b7

Analogous Colors of #b746a0

#b746a0 #b74668 #9646b7

Monochromatic Colors of #b746a0

#b746a0

Complementary Color

#b746a0 #46b75d

#b746a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b746a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b746a0 Color CSS Codes

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

#b746a0 Text Font Color

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

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


#b746a0 Background Color

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

This div background color is #b746a0


#b746a0 Border Color

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

This div border color is #b746a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b746a0


Comments

No comments written yet.

Please login to write comment.