Color Hex Logo

#a408ca Color Hex

#A408CA
(164,8,202)
0 Favorites   0 Comments

Color spaces of #a408ca

RGB 1648202
HSL0.800.920.41
HSV288°96°79°
CMYK 0.190.960.00   0.21
XYZ26.057312.330456.8838
Yxy12.33040.27350.1294
Hunter Lab35.114771.0076-71.4662
CIE-Lab41.736575.9490-61.5335

#a408ca color RGB value is (164,8,202).

#a408ca hex color red value is 164, green value is 8 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a408ca hue: 0.80 , saturation: 0.92 and the lightness value of a408ca is 0.41.

The process color (four color CMYK) of #a408ca color hex is 0.19, 0.96, 0.00, 0.21. Web safe color of #a408ca is #9900cc. Color #a408ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001000 11001010
Octal 244 10 312
Decimal 164 8 202
Hex A4 8 CA

RGB Percentages of Color #a408ca

%43.85
%2.14
%54.01

CMYK Percentages of Color #a408ca

%19
%96
%0
%21

Triadic Colors of #a408ca

#a408ca #caa408 #08caa4

Analogous Colors of #a408ca

#a408ca #ca088f #4308ca

Monochromatic Colors of #a408ca

#a408ca

Complementary Color

#a408ca #2eca08

#a408ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a408ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a408ca Color CSS Codes

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

#a408ca Text Font Color

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

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


#a408ca Background Color

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

This div background color is #a408ca


#a408ca Border Color

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

This div border color is #a408ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a408ca


Comments

No comments written yet.

Please login to write comment.