Color Hex Logo

#a426cd Color Hex

#A426CD
(164,38,205)
0 Favorites   0 Comments

Color spaces of #a426cd

RGB 16438205
HSL0.790.690.48
HSV285°81°80°
CMYK 0.200.810.00   0.20
XYZ27.022413.686558.9751
Yxy13.68650.27110.1373
Hunter Lab36.995365.6398-68.6190
CIE-Lab43.779971.1026-59.9606

#a426cd color RGB value is (164,38,205).

#a426cd hex color red value is 164, green value is 38 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a426cd hue: 0.79 , saturation: 0.69 and the lightness value of a426cd is 0.48.

The process color (four color CMYK) of #a426cd color hex is 0.20, 0.81, 0.00, 0.20. Web safe color of #a426cd is #9933cc. Color #a426cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100110 11001101
Octal 244 46 315
Decimal 164 38 205
Hex A4 26 CD

RGB Percentages of Color #a426cd

%40.29
%9.34
%50.37

CMYK Percentages of Color #a426cd

%20
%81
%0
%20

Triadic Colors of #a426cd

#a426cd #cda426 #26cda4

Analogous Colors of #a426cd

#a426cd #cd26a3 #5126cd

Monochromatic Colors of #a426cd

#a426cd

Complementary Color

#a426cd #4fcd26

#a426cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a426cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a426cd Color CSS Codes

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

#a426cd Text Font Color

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

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


#a426cd Background Color

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

This div background color is #a426cd


#a426cd Border Color

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

This div border color is #a426cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a426cd


Comments

No comments written yet.

Please login to write comment.