Color Hex Logo

#a073cd Color Hex

#A073CD
(160,115,205)
0 Favorites   0 Comments

Color spaces of #a073cd

RGB 160115205
HSL0.750.470.63
HSV270°44°80°
CMYK 0.220.440.00   0.20
XYZ31.647424.142860.7496
Yxy24.14280.27160.2072
Hunter Lab49.135328.9826-38.9098
CIE-Lab56.230535.2149-40.1132

#a073cd color RGB value is (160,115,205).

#a073cd hex color red value is 160, green value is 115 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a073cd hue: 0.75 , saturation: 0.47 and the lightness value of a073cd is 0.63.

The process color (four color CMYK) of #a073cd color hex is 0.22, 0.44, 0.00, 0.20. Web safe color of #a073cd is #9966cc. Color #a073cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110011 11001101
Octal 240 163 315
Decimal 160 115 205
Hex A0 73 CD

RGB Percentages of Color #a073cd

%33.33
%23.96
%42.71

CMYK Percentages of Color #a073cd

%22
%44
%0
%20

Triadic Colors of #a073cd

#a073cd #cda073 #73cda0

Analogous Colors of #a073cd

#a073cd #cd73cd #7373cd

Monochromatic Colors of #a073cd

#a073cd

Complementary Color

#a073cd #a0cd73

#a073cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a073cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a073cd Color CSS Codes

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

#a073cd Text Font Color

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

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


#a073cd Background Color

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

This div background color is #a073cd


#a073cd Border Color

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

This div border color is #a073cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,115,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 #a073cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a073cd


Comments

No comments written yet.

Please login to write comment.