Color Hex Logo

#a29df7 Color Hex

#A29DF7
(162,157,247)
0 Favorites   0 Comments

Color spaces of #a29df7

RGB 162157247
HSL0.680.850.79
HSV243°36°97°
CMYK 0.340.360.00   0.03
XYZ43.745838.510793.1233
Yxy38.51070.24940.2196
Hunter Lab62.057017.2302-45.5312
CIE-Lab68.395322.2703-44.3345

#a29df7 color RGB value is (162,157,247).

#a29df7 hex color red value is 162, green value is 157 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #a29df7 hue: 0.68 , saturation: 0.85 and the lightness value of a29df7 is 0.79.

The process color (four color CMYK) of #a29df7 color hex is 0.34, 0.36, 0.00, 0.03. Web safe color of #a29df7 is #9999ff. Color #a29df7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011101 11110111
Octal 242 235 367
Decimal 162 157 247
Hex A2 9D F7

RGB Percentages of Color #a29df7

%28.62
%27.74
%43.64

CMYK Percentages of Color #a29df7

%34
%36
%0
%3

Triadic Colors of #a29df7

#a29df7 #f7a29d #9df7a2

Analogous Colors of #a29df7

#a29df7 #cf9df7 #9dc5f7

Monochromatic Colors of #a29df7

#a29df7

Complementary Color

#a29df7 #f2f79d

#a29df7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29df7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29df7 Color CSS Codes

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

#a29df7 Text Font Color

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

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


#a29df7 Background Color

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

This div background color is #a29df7


#a29df7 Border Color

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

This div border color is #a29df7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29df7

Related Colors


Comments

No comments written yet.

Please login to write comment.