Color Hex Logo

#a173cd Color Hex

#A173CD
(161,115,205)
0 Favorites   0 Comments

Color spaces of #a173cd

RGB 161115205
HSL0.750.470.63
HSV271°44°80°
CMYK 0.210.440.00   0.20
XYZ31.848124.246360.7590
Yxy24.24630.27250.2075
Hunter Lab49.240529.2804-38.6909
CIE-Lab56.333635.5016-39.9440

#a173cd color RGB value is (161,115,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110011 11001101
Octal 241 163 315
Decimal 161 115 205
Hex A1 73 CD

RGB Percentages of Color #a173cd

%33.47
%23.91
%42.62

CMYK Percentages of Color #a173cd

%21
%44
%0
%20

Triadic Colors of #a173cd

#a173cd #cda173 #73cda1

Analogous Colors of #a173cd

#a173cd #cd73cc #7473cd

Monochromatic Colors of #a173cd

#a173cd

Complementary Color

#a173cd #9fcd73

#a173cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a173cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a173cd Color CSS Codes

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

#a173cd Text Font Color

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

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


#a173cd Background Color

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

This div background color is #a173cd


#a173cd Border Color

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

This div border color is #a173cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a173cd


Comments

No comments written yet.

Please login to write comment.