Color Hex Logo

#a44fbc Color Hex

#A44FBC
(164,79,188)
0 Favorites   0 Comments

Color spaces of #a44fbc

RGB 16479188
HSL0.800.450.52
HSV287°58°74°
CMYK 0.130.580.00   0.26
XYZ27.182917.115349.4478
Yxy17.11530.29000.1826
Hunter Lab41.370644.8862-41.9063
CIE-Lab48.405051.8167-42.6870

#a44fbc color RGB value is (164,79,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001111 10111100
Octal 244 117 274
Decimal 164 79 188
Hex A4 4F BC

RGB Percentages of Color #a44fbc

%38.05
%18.33
%43.62

CMYK Percentages of Color #a44fbc

%13
%58
%0
%26

Triadic Colors of #a44fbc

#a44fbc #bca44f #4fbca4

Analogous Colors of #a44fbc

#a44fbc #bc4f9e #6e4fbc

Monochromatic Colors of #a44fbc

#a44fbc

Complementary Color

#a44fbc #67bc4f

#a44fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44fbc Color CSS Codes

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

#a44fbc Text Font Color

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

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


#a44fbc Background Color

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

This div background color is #a44fbc


#a44fbc Border Color

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

This div border color is #a44fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44fbc


Comments

No comments written yet.

Please login to write comment.