Color Hex Logo

#a44cbe Color Hex

#A44CBE
(164,76,190)
0 Favorites   0 Comments

Color spaces of #a44cbe

RGB 16476190
HSL0.800.470.52
HSV286°60°75°
CMYK 0.140.600.00   0.25
XYZ27.188516.779150.5209
Yxy16.77910.28770.1776
Hunter Lab40.962346.7944-44.4518
CIE-Lab47.980553.6691-44.5231

#a44cbe color RGB value is (164,76,190).

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

The process color (four color CMYK) of #a44cbe color hex is 0.14, 0.60, 0.00, 0.25. Web safe color of #a44cbe is #9933cc. Color #a44cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001100 10111110
Octal 244 114 276
Decimal 164 76 190
Hex A4 4C BE

RGB Percentages of Color #a44cbe

%38.14
%17.67
%44.19

CMYK Percentages of Color #a44cbe

%14
%60
%0
%25

Triadic Colors of #a44cbe

#a44cbe #bea44c #4cbea4

Analogous Colors of #a44cbe

#a44cbe #be4c9f #6b4cbe

Monochromatic Colors of #a44cbe

#a44cbe

Complementary Color

#a44cbe #66be4c

#a44cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44cbe Color CSS Codes

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

#a44cbe Text Font Color

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

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


#a44cbe Background Color

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

This div background color is #a44cbe


#a44cbe Border Color

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

This div border color is #a44cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44cbe


Comments

No comments written yet.

Please login to write comment.