Color Hex Logo

#b746ad Color Hex

#B746AD
(183,70,173)
0 Favorites   0 Comments

Color spaces of #b746ad

RGB 18370173
HSL0.850.450.50
HSV305°62°72°
CMYK 0.000.620.05   0.28
XYZ29.261417.464741.3639
Yxy17.46470.33220.1983
Hunter Lab41.790851.8496-29.4308
CIE-Lab48.840358.1313-33.0559

#b746ad color RGB value is (183,70,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000110 10101101
Octal 267 106 255
Decimal 183 70 173
Hex B7 46 AD

RGB Percentages of Color #b746ad

%42.96
%16.43
%40.61

CMYK Percentages of Color #b746ad

%0
%62
%5
%28

Triadic Colors of #b746ad

#b746ad #adb746 #46adb7

Analogous Colors of #b746ad

#b746ad #b74675 #8946b7

Monochromatic Colors of #b746ad

#b746ad

Complementary Color

#b746ad #46b750

#b746ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b746ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b746ad Color CSS Codes

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

#b746ad Text Font Color

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

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


#b746ad Background Color

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

This div background color is #b746ad


#b746ad Border Color

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

This div border color is #b746ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b746ad


Comments

No comments written yet.

Please login to write comment.