Color Hex Logo

#a493cd Color Hex

#A493CD
(164,147,205)
0 Favorites   0 Comments

Color spaces of #a493cd

RGB 164147205
HSL0.720.370.69
HSV258°28°80°
CMYK 0.200.280.00   0.20
XYZ36.763033.167762.2220
Yxy33.16770.27820.2510
Hunter Lab57.591413.1590-23.7432
CIE-Lab64.296518.1959-27.5259

#a493cd color RGB value is (164,147,205).

#a493cd hex color red value is 164, green value is 147 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a493cd hue: 0.72 , saturation: 0.37 and the lightness value of a493cd is 0.69.

The process color (four color CMYK) of #a493cd color hex is 0.20, 0.28, 0.00, 0.20. Web safe color of #a493cd is #9999cc. Color #a493cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010011 11001101
Octal 244 223 315
Decimal 164 147 205
Hex A4 93 CD

RGB Percentages of Color #a493cd

%31.78
%28.49
%39.73

CMYK Percentages of Color #a493cd

%20
%28
%0
%20

Triadic Colors of #a493cd

#a493cd #cda493 #93cda4

Analogous Colors of #a493cd

#a493cd #c193cd #939fcd

Monochromatic Colors of #a493cd

#a493cd

Complementary Color

#a493cd #bccd93

#a493cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a493cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a493cd Color CSS Codes

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

#a493cd Text Font Color

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

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


#a493cd Background Color

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

This div background color is #a493cd


#a493cd Border Color

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

This div border color is #a493cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a493cd


Comments

No comments written yet.

Please login to write comment.