Color Hex Logo

#a507dc Color Hex

#A507DC
(165,7,220)
0 Favorites   0 Comments

Color spaces of #a507dc

RGB 1657220
HSL0.790.940.45
HSV285°97°86°
CMYK 0.250.970.00   0.14
XYZ28.511313.318668.7782
Yxy13.31860.25780.1204
Hunter Lab36.494775.5867-86.1923
CIE-Lab43.239479.3632-69.4669

#a507dc color RGB value is (165,7,220).

#a507dc hex color red value is 165, green value is 7 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a507dc hue: 0.79 , saturation: 0.94 and the lightness value of a507dc is 0.45.

The process color (four color CMYK) of #a507dc color hex is 0.25, 0.97, 0.00, 0.14. Web safe color of #a507dc is #9900cc. Color #a507dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000111 11011100
Octal 245 7 334
Decimal 165 7 220
Hex A5 7 DC

RGB Percentages of Color #a507dc

%42.09
%1.79
%56.12

CMYK Percentages of Color #a507dc

%25
%97
%0
%14

Triadic Colors of #a507dc

#a507dc #dca507 #07dca5

Analogous Colors of #a507dc

#a507dc #dc07a9 #3a07dc

Monochromatic Colors of #a507dc

#a507dc

Complementary Color

#a507dc #3edc07

#a507dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a507dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a507dc Color CSS Codes

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

#a507dc Text Font Color

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

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


#a507dc Background Color

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

This div background color is #a507dc


#a507dc Border Color

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

This div border color is #a507dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a507dc


Comments

No comments written yet.

Please login to write comment.