Color Hex Logo

#a182ae Color Hex

#A182AE
(161,130,174)
0 Favorites   0 Comments

Color spaces of #a182ae

RGB 161130174
HSL0.780.210.60
HSV282°25°68°
CMYK 0.070.250.00   0.32
XYZ30.320626.598343.5803
Yxy26.59830.30170.2647
Hunter Lab51.573514.6882-13.9993
CIE-Lab58.600720.0863-18.7700

#a182ae color RGB value is (161,130,174).

#a182ae hex color red value is 161, green value is 130 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a182ae hue: 0.78 , saturation: 0.21 and the lightness value of a182ae is 0.60.

The process color (four color CMYK) of #a182ae color hex is 0.07, 0.25, 0.00, 0.32. Web safe color of #a182ae is #999999. Color #a182ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000010 10101110
Octal 241 202 256
Decimal 161 130 174
Hex A1 82 AE

RGB Percentages of Color #a182ae

%34.62
%27.96
%37.42

CMYK Percentages of Color #a182ae

%7
%25
%0
%32

Triadic Colors of #a182ae

#a182ae #aea182 #82aea1

Analogous Colors of #a182ae

#a182ae #ae82a5 #8b82ae

Monochromatic Colors of #a182ae

#a182ae

Complementary Color

#a182ae #8fae82

#a182ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a182ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a182ae Color CSS Codes

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

#a182ae Text Font Color

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

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


#a182ae Background Color

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

This div background color is #a182ae


#a182ae Border Color

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

This div border color is #a182ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,130,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 #a182ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a182ae


Comments

No comments written yet.

Please login to write comment.