Color Hex Logo

#a408bd Color Hex

#A408BD
(164,8,189)
0 Favorites   0 Comments

Color spaces of #a408bd

RGB 1648189
HSL0.810.920.39
HSV292°96°74°
CMYK 0.130.960.00   0.26
XYZ24.582011.740349.1146
Yxy11.74030.28770.1374
Hunter Lab34.264168.0985-61.0021
CIE-Lab40.800473.7346-55.4524

#a408bd color RGB value is (164,8,189).

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

The process color (four color CMYK) of #a408bd color hex is 0.13, 0.96, 0.00, 0.26. Web safe color of #a408bd is #9900cc. Color #a408bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001000 10111101
Octal 244 10 275
Decimal 164 8 189
Hex A4 8 BD

RGB Percentages of Color #a408bd

%45.43
%2.22
%52.35

CMYK Percentages of Color #a408bd

%13
%96
%0
%26

Triadic Colors of #a408bd

#a408bd #bda408 #08bda4

Analogous Colors of #a408bd

#a408bd #bd087c #4a08bd

Monochromatic Colors of #a408bd

#a408bd

Complementary Color

#a408bd #21bd08

#a408bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a408bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a408bd Color CSS Codes

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

#a408bd Text Font Color

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

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


#a408bd Background Color

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

This div background color is #a408bd


#a408bd Border Color

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

This div border color is #a408bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a408bd


Comments

No comments written yet.

Please login to write comment.