Color Hex Logo

#a444bc Color Hex

#A444BC
(164,68,188)
0 Favorites   0 Comments

Color spaces of #a444bc

RGB 16468188
HSL0.800.470.50
HSV288°64°74°
CMYK 0.130.640.00   0.26
XYZ26.454115.657649.2049
Yxy15.65760.28970.1715
Hunter Lab39.569750.0883-46.0283
CIE-Lab46.522056.9622-45.6814

#a444bc color RGB value is (164,68,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000100 10111100
Octal 244 104 274
Decimal 164 68 188
Hex A4 44 BC

RGB Percentages of Color #a444bc

%39.05
%16.19
%44.76

CMYK Percentages of Color #a444bc

%13
%64
%0
%26

Triadic Colors of #a444bc

#a444bc #bca444 #44bca4

Analogous Colors of #a444bc

#a444bc #bc4498 #6844bc

Monochromatic Colors of #a444bc

#a444bc

Complementary Color

#a444bc #5cbc44

#a444bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a444bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a444bc Color CSS Codes

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

#a444bc Text Font Color

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

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


#a444bc Background Color

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

This div background color is #a444bc


#a444bc Border Color

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

This div border color is #a444bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a444bc


Comments

No comments written yet.

Please login to write comment.