Color Hex Logo

#b446ad Color Hex

#B446AD
(180,70,173)
0 Favorites   0 Comments

Color spaces of #b446ad

RGB 18070173
HSL0.840.440.49
HSV304°61°71°
CMYK 0.000.610.04   0.29
XYZ28.555417.100741.3309
Yxy17.10070.32830.1966
Hunter Lab41.353050.8915-30.3112
CIE-Lab48.386757.3493-33.7995

#b446ad color RGB value is (180,70,173).

#b446ad hex color red value is 180, green value is 70 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b446ad hue: 0.84 , saturation: 0.44 and the lightness value of b446ad is 0.49.

The process color (four color CMYK) of #b446ad color hex is 0.00, 0.61, 0.04, 0.29. Web safe color of #b446ad is #cc3399. Color #b446ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000110 10101101
Octal 264 106 255
Decimal 180 70 173
Hex B4 46 AD

RGB Percentages of Color #b446ad

%42.55
%16.55
%40.90

CMYK Percentages of Color #b446ad

%0
%61
%4
%29

Triadic Colors of #b446ad

#b446ad #adb446 #46adb4

Analogous Colors of #b446ad

#b446ad #b44676 #8446b4

Monochromatic Colors of #b446ad

#b446ad

Complementary Color

#b446ad #46b44d

#b446ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b446ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b446ad Color CSS Codes

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

#b446ad Text Font Color

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

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


#b446ad Background Color

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

This div background color is #b446ad


#b446ad Border Color

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

This div border color is #b446ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,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 #b446ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b446ad


Comments

No comments written yet.

Please login to write comment.