Color Hex Logo

#a507cd Color Hex

#A507CD
(165,7,205)
0 Favorites   0 Comments

Color spaces of #a507cd

RGB 1657205
HSL0.800.930.42
HSV288°97°80°
CMYK 0.200.970.00   0.20
XYZ26.612512.559158.7791
Yxy12.55910.27170.1282
Hunter Lab35.438872.0252-73.5317
CIE-Lab42.091376.7105-62.6913

#a507cd color RGB value is (165,7,205).

#a507cd hex color red value is 165, green value is 7 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a507cd hue: 0.80 , saturation: 0.93 and the lightness value of a507cd is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000111 11001101
Octal 245 7 315
Decimal 165 7 205
Hex A5 7 CD

RGB Percentages of Color #a507cd

%43.77
%1.86
%54.38

CMYK Percentages of Color #a507cd

%20
%97
%0
%20

Triadic Colors of #a507cd

#a507cd #cda507 #07cda5

Analogous Colors of #a507cd

#a507cd #cd0792 #4207cd

Monochromatic Colors of #a507cd

#a507cd

Complementary Color

#a507cd #2fcd07

#a507cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a507cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a507cd Color CSS Codes

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

#a507cd Text Font Color

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

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


#a507cd Background Color

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

This div background color is #a507cd


#a507cd Border Color

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

This div border color is #a507cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a507cd


Comments

No comments written yet.

Please login to write comment.