Color Hex Logo

#a93dca Color Hex

#A93DCA
(169,61,202)
0 Favorites   0 Comments

Color spaces of #a93dca

RGB 16961202
HSL0.790.570.52
HSV286°70°79°
CMYK 0.160.700.00   0.21
XYZ28.691616.036857.4603
Yxy16.03680.28080.1569
Hunter Lab40.046057.8088-57.0406
CIE-Lab47.022763.7599-52.9617

#a93dca color RGB value is (169,61,202).

#a93dca hex color red value is 169, green value is 61 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a93dca hue: 0.79 , saturation: 0.57 and the lightness value of a93dca is 0.52.

The process color (four color CMYK) of #a93dca color hex is 0.16, 0.70, 0.00, 0.21. Web safe color of #a93dca is #9933cc. Color #a93dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111101 11001010
Octal 251 75 312
Decimal 169 61 202
Hex A9 3D CA

RGB Percentages of Color #a93dca

%39.12
%14.12
%46.76

CMYK Percentages of Color #a93dca

%16
%70
%0
%21

Triadic Colors of #a93dca

#a93dca #caa93d #3dcaa9

Analogous Colors of #a93dca

#a93dca #ca3da5 #633dca

Monochromatic Colors of #a93dca

#a93dca

Complementary Color

#a93dca #5eca3d

#a93dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93dca Color CSS Codes

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

#a93dca Text Font Color

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

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


#a93dca Background Color

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

This div background color is #a93dca


#a93dca Border Color

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

This div border color is #a93dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,61,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a93dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a93dca;
  -webkit-box-shadow: 1px 1px 3px 2px #a93dca;
  box-shadow:         1px 1px 3px 2px #a93dca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,61,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93dca


Comments

No comments written yet.

Please login to write comment.