Color Hex Logo

#b144ad Color Hex

#B144AD
(177,68,173)
0 Favorites   0 Comments

Color spaces of #b144ad

RGB 17768173
HSL0.840.440.48
HSV302°62°69°
CMYK 0.000.620.02   0.31
XYZ27.741416.498541.2576
Yxy16.49850.32450.1930
Hunter Lab40.618350.8293-31.7903
CIE-Lab47.621857.4332-35.0325

#b144ad color RGB value is (177,68,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000100 10101101
Octal 261 104 255
Decimal 177 68 173
Hex B1 44 AD

RGB Percentages of Color #b144ad

%42.34
%16.27
%41.39

CMYK Percentages of Color #b144ad

%0
%62
%2
%31

Triadic Colors of #b144ad

#b144ad #adb144 #44adb1

Analogous Colors of #b144ad

#b144ad #b14477 #7f44b1

Monochromatic Colors of #b144ad

#b144ad

Complementary Color

#b144ad #44b148

#b144ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b144ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b144ad Color CSS Codes

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

#b144ad Text Font Color

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

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


#b144ad Background Color

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

This div background color is #b144ad


#b144ad Border Color

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

This div border color is #b144ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b144ad


Comments

No comments written yet.

Please login to write comment.