Color Hex Logo

#a794cc Color Hex

#A794CC
(167,148,204)
0 Favorites   0 Comments

Color spaces of #a794cc

RGB 167148204
HSL0.720.350.69
HSV260°27°80°
CMYK 0.180.270.00   0.20
XYZ37.425333.754961.6696
Yxy33.75490.28170.2541
Hunter Lab58.099013.3102-22.2646
CIE-Lab64.767618.3401-26.2211

#a794cc color RGB value is (167,148,204).

#a794cc hex color red value is 167, green value is 148 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a794cc hue: 0.72 , saturation: 0.35 and the lightness value of a794cc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010100 11001100
Octal 247 224 314
Decimal 167 148 204
Hex A7 94 CC

RGB Percentages of Color #a794cc

%32.18
%28.52
%39.31

CMYK Percentages of Color #a794cc

%18
%27
%0
%20

Triadic Colors of #a794cc

#a794cc #cca794 #94cca7

Analogous Colors of #a794cc

#a794cc #c394cc #949dcc

Monochromatic Colors of #a794cc

#a794cc

Complementary Color

#a794cc #b9cc94

#a794cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a794cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a794cc Color CSS Codes

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

#a794cc Text Font Color

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

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


#a794cc Background Color

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

This div background color is #a794cc


#a794cc Border Color

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

This div border color is #a794cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a794cc


Comments

No comments written yet.

Please login to write comment.