color codes Logo

#a508b4 color codes

#A508B4
(165,8,180)
0 Favorites   0 Comments

Color spaces of #a508b4

RGB 1658180
HSL0.820.910.37
HSV295°96°71°
CMYK 0.080.960.00   0.29
XYZ23.842111.468344.1370
Yxy11.46830.30010.1444
Hunter Lab33.864966.4069-53.5688
CIE-Lab40.358372.4113-50.8473

#a508b4 color RGB value is (165,8,180).

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

The process color (four color CMYK) of #a508b4 color code is 0.08, 0.96, 0.00, 0.29. Web safe color of #a508b4 is #9900cc. Color #a508b4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001000 10110100
Octal 245 10 264
Decimal 165 8 180
Hex A5 8 B4

RGB Percentages of Color #a508b4

%46.74
%2.27
%50.99

CMYK Percentages of Color #a508b4

%8
%96
%0
%29

Triadic Colors of #a508b4

#a508b4 #b4a508 #08b4a5

Analogous Colors of #a508b4

#a508b4 #b4086d #4f08b4

Monochromatic Colors of #a508b4

#a508b4

Complementary Color

#a508b4 #17b408

#a508b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a508b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a508b4 Color CSS Codes

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

#a508b4 Text Font Color

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

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


#a508b4 Background Color

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

This div background color is #a508b4


#a508b4 Border Color

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

This div border color is #a508b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a508b4


Comments

No comments written yet.

Please login to write comment.