Color Hex Logo

#a794ea Color Hex

#A794EA
(167,148,234)
0 Favorites   0 Comments

Color spaces of #a794ea

RGB 167148234
HSL0.700.670.75
HSV253°37°92°
CMYK 0.290.370.00   0.08
XYZ41.377535.335882.4816
Yxy35.33580.25990.2220
Hunter Lab59.443920.2227-40.6573
CIE-Lab66.009325.4589-40.9225

#a794ea color RGB value is (167,148,234).

#a794ea hex color red value is 167, green value is 148 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a794ea hue: 0.70 , saturation: 0.67 and the lightness value of a794ea is 0.75.

The process color (four color CMYK) of #a794ea color hex is 0.29, 0.37, 0.00, 0.08. Web safe color of #a794ea is #9999ff. Color #a794ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010100 11101010
Octal 247 224 352
Decimal 167 148 234
Hex A7 94 EA

RGB Percentages of Color #a794ea

%30.42
%26.96
%42.62

CMYK Percentages of Color #a794ea

%29
%37
%0
%8

Triadic Colors of #a794ea

#a794ea #eaa794 #94eaa7

Analogous Colors of #a794ea

#a794ea #d294ea #94acea

Monochromatic Colors of #a794ea

#a794ea

Complementary Color

#a794ea #d7ea94

#a794ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a794ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a794ea Color CSS Codes

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

#a794ea Text Font Color

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

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


#a794ea Background Color

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

This div background color is #a794ea


#a794ea Border Color

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

This div border color is #a794ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,148,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a794ea


Comments

No comments written yet.

Please login to write comment.