Color Hex Logo

#a408b7 Color Hex

#A408B7
(164,8,183)
0 Favorites   0 Comments

Color spaces of #a408b7

RGB 1648183
HSL0.820.920.37
HSV293°96°72°
CMYK 0.100.960.00   0.28
XYZ23.943911.485145.7546
Yxy11.48510.29490.1415
Hunter Lab33.889766.8078-56.3249
CIE-Lab40.385872.7409-52.5865

#a408b7 color RGB value is (164,8,183).

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

The process color (four color CMYK) of #a408b7 color hex is 0.10, 0.96, 0.00, 0.28. Web safe color of #a408b7 is #9900cc. Color #a408b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001000 10110111
Octal 244 10 267
Decimal 164 8 183
Hex A4 8 B7

RGB Percentages of Color #a408b7

%46.20
%2.25
%51.55

CMYK Percentages of Color #a408b7

%10
%96
%0
%28

Triadic Colors of #a408b7

#a408b7 #b7a408 #08b7a4

Analogous Colors of #a408b7

#a408b7 #b70873 #4c08b7

Monochromatic Colors of #a408b7

#a408b7

Complementary Color

#a408b7 #1bb708

#a408b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a408b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a408b7 Color CSS Codes

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

#a408b7 Text Font Color

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

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


#a408b7 Background Color

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

This div background color is #a408b7


#a408b7 Border Color

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

This div border color is #a408b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a408b7


Comments

No comments written yet.

Please login to write comment.