Color Hex Logo

#a293cc Color Hex

#A293CC
(162,147,204)
0 Favorites   0 Comments

Color spaces of #a293cc

RGB 162147204
HSL0.710.360.69
HSV256°28°80°
CMYK 0.210.280.00   0.20
XYZ36.233132.908561.5690
Yxy32.90850.27720.2518
Hunter Lab57.365912.3526-23.4779
CIE-Lab64.086817.3411-27.3049

#a293cc color RGB value is (162,147,204).

#a293cc hex color red value is 162, green value is 147 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a293cc hue: 0.71 , saturation: 0.36 and the lightness value of a293cc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010011 11001100
Octal 242 223 314
Decimal 162 147 204
Hex A2 93 CC

RGB Percentages of Color #a293cc

%31.58
%28.65
%39.77

CMYK Percentages of Color #a293cc

%21
%28
%0
%20

Triadic Colors of #a293cc

#a293cc #cca293 #93cca2

Analogous Colors of #a293cc

#a293cc #bf93cc #93a1cc

Monochromatic Colors of #a293cc

#a293cc

Complementary Color

#a293cc #bdcc93

#a293cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a293cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a293cc Color CSS Codes

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

#a293cc Text Font Color

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

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


#a293cc Background Color

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

This div background color is #a293cc


#a293cc Border Color

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

This div border color is #a293cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,147,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a293cc


Comments

No comments written yet.

Please login to write comment.