Color Hex Logo

#a27dae Color Hex

#A27DAE
(162,125,174)
0 Favorites   0 Comments

Color spaces of #a27dae

RGB 162125174
HSL0.790.230.59
HSV285°28°68°
CMYK 0.070.280.00   0.32
XYZ29.873925.404643.3735
Yxy25.40460.30280.2575
Hunter Lab50.403017.5919-15.7390
CIE-Lab57.467523.2844-20.4902

#a27dae color RGB value is (162,125,174).

#a27dae hex color red value is 162, green value is 125 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a27dae hue: 0.79 , saturation: 0.23 and the lightness value of a27dae is 0.59.

The process color (four color CMYK) of #a27dae color hex is 0.07, 0.28, 0.00, 0.32. Web safe color of #a27dae is #996699. Color #a27dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111101 10101110
Octal 242 175 256
Decimal 162 125 174
Hex A2 7D AE

RGB Percentages of Color #a27dae

%35.14
%27.11
%37.74

CMYK Percentages of Color #a27dae

%7
%28
%0
%32

Triadic Colors of #a27dae

#a27dae #aea27d #7daea2

Analogous Colors of #a27dae

#a27dae #ae7da2 #8a7dae

Monochromatic Colors of #a27dae

#a27dae

Complementary Color

#a27dae #89ae7d

#a27dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27dae Color CSS Codes

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

#a27dae Text Font Color

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

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


#a27dae Background Color

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

This div background color is #a27dae


#a27dae Border Color

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

This div border color is #a27dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27dae


Comments

No comments written yet.

Please login to write comment.