Color Hex Logo

#a294ef Color Hex

#A294EF
(162,148,239)
0 Favorites   0 Comments

Color spaces of #a294ef

RGB 162148239
HSL0.690.740.76
HSV249°38°94°
CMYK 0.320.380.00   0.06
XYZ41.070235.093286.2704
Yxy35.09320.25280.2160
Hunter Lab59.239520.0832-44.8763
CIE-Lab65.821225.3293-43.9967

#a294ef color RGB value is (162,148,239).

#a294ef hex color red value is 162, green value is 148 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a294ef hue: 0.69 , saturation: 0.74 and the lightness value of a294ef is 0.76.

The process color (four color CMYK) of #a294ef color hex is 0.32, 0.38, 0.00, 0.06. Web safe color of #a294ef is #9999ff. Color #a294ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010100 11101111
Octal 242 224 357
Decimal 162 148 239
Hex A2 94 EF

RGB Percentages of Color #a294ef

%29.51
%26.96
%43.53

CMYK Percentages of Color #a294ef

%32
%38
%0
%6

Triadic Colors of #a294ef

#a294ef #efa294 #94efa2

Analogous Colors of #a294ef

#a294ef #d094ef #94b4ef

Monochromatic Colors of #a294ef

#a294ef

Complementary Color

#a294ef #e1ef94

#a294ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a294ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a294ef Color CSS Codes

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

#a294ef Text Font Color

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

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


#a294ef Background Color

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

This div background color is #a294ef


#a294ef Border Color

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

This div border color is #a294ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a294ef


Comments

No comments written yet.

Please login to write comment.