Color Hex Logo

#b044ad Color Hex

#B044AD
(176,68,173)
0 Favorites   0 Comments

Color spaces of #b044ad

RGB 17668173
HSL0.840.440.48
HSV302°61°69°
CMYK 0.000.610.02   0.31
XYZ27.514416.381541.2469
Yxy16.38150.32320.1924
Hunter Lab40.474150.5153-32.0903
CIE-Lab47.471157.1759-35.2799

#b044ad color RGB value is (176,68,173).

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

The process color (four color CMYK) of #b044ad color hex is 0.00, 0.61, 0.02, 0.31. Web safe color of #b044ad is #993399. Color #b044ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000100 10101101
Octal 260 104 255
Decimal 176 68 173
Hex B0 44 AD

RGB Percentages of Color #b044ad

%42.21
%16.31
%41.49

CMYK Percentages of Color #b044ad

%0
%61
%2
%31

Triadic Colors of #b044ad

#b044ad #adb044 #44adb0

Analogous Colors of #b044ad

#b044ad #b04477 #7d44b0

Monochromatic Colors of #b044ad

#b044ad

Complementary Color

#b044ad #44b047

#b044ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b044ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b044ad Color CSS Codes

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

#b044ad Text Font Color

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

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


#b044ad Background Color

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

This div background color is #b044ad


#b044ad Border Color

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

This div border color is #b044ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b044ad


Comments

No comments written yet.

Please login to write comment.