Color Hex Logo

#a44cbc Color Hex

#A44CBC
(164,76,188)
0 Favorites   0 Comments

Color spaces of #a44cbc

RGB 16476188
HSL0.800.460.52
HSV287°60°74°
CMYK 0.130.600.00   0.26
XYZ26.971416.692249.3773
Yxy16.69220.28990.1794
Hunter Lab40.856146.3397-43.0566
CIE-Lab47.869853.2668-43.5366

#a44cbc color RGB value is (164,76,188).

#a44cbc hex color red value is 164, green value is 76 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a44cbc hue: 0.80 , saturation: 0.46 and the lightness value of a44cbc is 0.52.

The process color (four color CMYK) of #a44cbc color hex is 0.13, 0.60, 0.00, 0.26. Web safe color of #a44cbc is #9933cc. Color #a44cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001100 10111100
Octal 244 114 274
Decimal 164 76 188
Hex A4 4C BC

RGB Percentages of Color #a44cbc

%38.32
%17.76
%43.93

CMYK Percentages of Color #a44cbc

%13
%60
%0
%26

Triadic Colors of #a44cbc

#a44cbc #bca44c #4cbca4

Analogous Colors of #a44cbc

#a44cbc #bc4c9c #6c4cbc

Monochromatic Colors of #a44cbc

#a44cbc

Complementary Color

#a44cbc #64bc4c

#a44cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44cbc Color CSS Codes

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

#a44cbc Text Font Color

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

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


#a44cbc Background Color

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

This div background color is #a44cbc


#a44cbc Border Color

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

This div border color is #a44cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,76,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a44cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a44cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #a44cbc;
  box-shadow:         1px 1px 3px 2px #a44cbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,76,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44cbc


Comments

No comments written yet.

Please login to write comment.