Color Hex Logo

#a443b2 Color Hex

#A443B2
(164,67,178)
0 Favorites   0 Comments

Color spaces of #a443b2

RGB 16467178
HSL0.810.450.48
HSV292°62°70°
CMYK 0.080.620.00   0.30
XYZ25.352915.121243.7019
Yxy15.12120.30120.1796
Hunter Lab38.886048.3280-39.4127
CIE-Lab45.799855.4813-40.9775

#a443b2 color RGB value is (164,67,178).

#a443b2 hex color red value is 164, green value is 67 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #a443b2 hue: 0.81 , saturation: 0.45 and the lightness value of a443b2 is 0.48.

The process color (four color CMYK) of #a443b2 color hex is 0.08, 0.62, 0.00, 0.30. Web safe color of #a443b2 is #993399. Color #a443b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000011 10110010
Octal 244 103 262
Decimal 164 67 178
Hex A4 43 B2

RGB Percentages of Color #a443b2

%40.10
%16.38
%43.52

CMYK Percentages of Color #a443b2

%8
%62
%0
%30

Triadic Colors of #a443b2

#a443b2 #b2a443 #43b2a4

Analogous Colors of #a443b2

#a443b2 #b24389 #6d43b2

Monochromatic Colors of #a443b2

#a443b2

Complementary Color

#a443b2 #51b243

#a443b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a443b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a443b2 Color CSS Codes

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

#a443b2 Text Font Color

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

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


#a443b2 Background Color

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

This div background color is #a443b2


#a443b2 Border Color

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

This div border color is #a443b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a443b2


Comments

No comments written yet.

Please login to write comment.