Color Hex Logo

#a794cd Color Hex

#A794CD
(167,148,205)
0 Favorites   0 Comments

Color spaces of #a794cd

RGB 167148205
HSL0.720.360.69
HSV260°28°80°
CMYK 0.190.280.00   0.20
XYZ37.545733.803162.3034
Yxy33.80310.28090.2529
Hunter Lab58.140413.5253-22.8370
CIE-Lab64.806018.5670-26.7198

#a794cd color RGB value is (167,148,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010100 11001101
Octal 247 224 315
Decimal 167 148 205
Hex A7 94 CD

RGB Percentages of Color #a794cd

%32.12
%28.46
%39.42

CMYK Percentages of Color #a794cd

%19
%28
%0
%20

Triadic Colors of #a794cd

#a794cd #cda794 #94cda7

Analogous Colors of #a794cd

#a794cd #c494cd #949ecd

Monochromatic Colors of #a794cd

#a794cd

Complementary Color

#a794cd #bacd94

#a794cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a794cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a794cd Color CSS Codes

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

#a794cd Text Font Color

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

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


#a794cd Background Color

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

This div background color is #a794cd


#a794cd Border Color

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

This div border color is #a794cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a794cd


Comments

No comments written yet.

Please login to write comment.