Color Hex Logo

#b44dad Color Hex

#B44DAD
(180,77,173)
0 Favorites   0 Comments

Color spaces of #b44dad

RGB 18077173
HSL0.840.410.50
HSV304°57°71°
CMYK 0.000.570.04   0.29
XYZ29.019118.028241.4855
Yxy18.02820.32780.2036
Hunter Lab42.459647.6918-28.2080
CIE-Lab49.530354.2228-32.0081

#b44dad color RGB value is (180,77,173).

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

The process color (four color CMYK) of #b44dad color hex is 0.00, 0.57, 0.04, 0.29. Web safe color of #b44dad is #cc6699. Color #b44dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001101 10101101
Octal 264 115 255
Decimal 180 77 173
Hex B4 4D AD

RGB Percentages of Color #b44dad

%41.86
%17.91
%40.23

CMYK Percentages of Color #b44dad

%0
%57
%4
%29

Triadic Colors of #b44dad

#b44dad #adb44d #4dadb4

Analogous Colors of #b44dad

#b44dad #b44d7a #884db4

Monochromatic Colors of #b44dad

#b44dad

Complementary Color

#b44dad #4db454

#b44dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44dad Color CSS Codes

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

#b44dad Text Font Color

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

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


#b44dad Background Color

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

This div background color is #b44dad


#b44dad Border Color

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

This div border color is #b44dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44dad


Comments

No comments written yet.

Please login to write comment.