Color Hex Logo

#a423b1 Color Hex

#A423B1
(164,35,177)
0 Favorites   0 Comments

Color spaces of #a423b1

RGB 16435177
HSL0.820.670.42
HSV295°80°69°
CMYK 0.070.800.00   0.31
XYZ23.846712.268942.7062
Yxy12.26890.30250.1557
Hunter Lab35.027060.2272-47.7697
CIE-Lab41.640366.9054-47.0198

#a423b1 color RGB value is (164,35,177).

#a423b1 hex color red value is 164, green value is 35 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #a423b1 hue: 0.82 , saturation: 0.67 and the lightness value of a423b1 is 0.42.

The process color (four color CMYK) of #a423b1 color hex is 0.07, 0.80, 0.00, 0.31. Web safe color of #a423b1 is #993399. Color #a423b1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100011 10110001
Octal 244 43 261
Decimal 164 35 177
Hex A4 23 B1

RGB Percentages of Color #a423b1

%43.62
%9.31
%47.07

CMYK Percentages of Color #a423b1

%7
%80
%0
%31

Triadic Colors of #a423b1

#a423b1 #b1a423 #23b1a4

Analogous Colors of #a423b1

#a423b1 #b12377 #5d23b1

Monochromatic Colors of #a423b1

#a423b1

Complementary Color

#a423b1 #30b123

#a423b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a423b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a423b1 Color CSS Codes

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

#a423b1 Text Font Color

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

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


#a423b1 Background Color

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

This div background color is #a423b1


#a423b1 Border Color

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

This div border color is #a423b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a423b1


Comments

No comments written yet.

Please login to write comment.