Color Hex Logo

#a44ebd Color Hex

#A44EBD
(164,78,189)
0 Favorites   0 Comments

Color spaces of #a44ebd

RGB 16478189
HSL0.800.460.52
HSV286°59°74°
CMYK 0.130.590.00   0.26
XYZ27.219517.015449.9938
Yxy17.01540.28890.1806
Hunter Lab41.249745.6000-42.9834
CIE-Lab48.279452.5057-43.4673

#a44ebd color RGB value is (164,78,189).

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

The process color (four color CMYK) of #a44ebd color hex is 0.13, 0.59, 0.00, 0.26. Web safe color of #a44ebd is #9966cc. Color #a44ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001110 10111101
Octal 244 116 275
Decimal 164 78 189
Hex A4 4E BD

RGB Percentages of Color #a44ebd

%38.05
%18.10
%43.85

CMYK Percentages of Color #a44ebd

%13
%59
%0
%26

Triadic Colors of #a44ebd

#a44ebd #bda44e #4ebda4

Analogous Colors of #a44ebd

#a44ebd #bd4e9f #6d4ebd

Monochromatic Colors of #a44ebd

#a44ebd

Complementary Color

#a44ebd #67bd4e

#a44ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44ebd Color CSS Codes

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

#a44ebd Text Font Color

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

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


#a44ebd Background Color

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

This div background color is #a44ebd


#a44ebd Border Color

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

This div border color is #a44ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44ebd


Comments

No comments written yet.

Please login to write comment.