Color Hex Logo

#a29dee Color Hex

#A29DEE
(162,157,238)
0 Favorites   0 Comments

Color spaces of #a29dee

RGB 162157238
HSL0.680.700.77
HSV244°34°93°
CMYK 0.320.340.00   0.07
XYZ42.389937.968485.9834
Yxy37.96840.25480.2283
Hunter Lab61.618514.9651-39.6012
CIE-Lab67.997319.9555-40.0393

#a29dee color RGB value is (162,157,238).

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

The process color (four color CMYK) of #a29dee color hex is 0.32, 0.34, 0.00, 0.07. Web safe color of #a29dee is #9999ff. Color #a29dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011101 11101110
Octal 242 235 356
Decimal 162 157 238
Hex A2 9D EE

RGB Percentages of Color #a29dee

%29.08
%28.19
%42.73

CMYK Percentages of Color #a29dee

%32
%34
%0
%7

Triadic Colors of #a29dee

#a29dee #eea29d #9deea2

Analogous Colors of #a29dee

#a29dee #cb9dee #9dc1ee

Monochromatic Colors of #a29dee

#a29dee

Complementary Color

#a29dee #e9ee9d

#a29dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a29dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a29dee Color CSS Codes

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

#a29dee Text Font Color

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

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


#a29dee Background Color

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

This div background color is #a29dee


#a29dee Border Color

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

This div border color is #a29dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a29dee


Comments

No comments written yet.

Please login to write comment.