Color Hex Logo

#a92dae Color Hex

#A92DAE
(169,45,174)
0 Favorites   0 Comments

Color spaces of #a92dae

RGB 16945174
HSL0.830.590.43
HSV298°74°68°
CMYK 0.030.740.00   0.32
XYZ24.940613.367841.3101
Yxy13.36780.31330.1679
Hunter Lab36.562057.7794-41.3963
CIE-Lab43.312364.4489-42.5242

#a92dae color RGB value is (169,45,174).

#a92dae hex color red value is 169, green value is 45 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a92dae hue: 0.83 , saturation: 0.59 and the lightness value of a92dae is 0.43.

The process color (four color CMYK) of #a92dae color hex is 0.03, 0.74, 0.00, 0.32. Web safe color of #a92dae is #993399. Color #a92dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00101101 10101110
Octal 251 55 256
Decimal 169 45 174
Hex A9 2D AE

RGB Percentages of Color #a92dae

%43.56
%11.60
%44.85

CMYK Percentages of Color #a92dae

%3
%74
%0
%32

Triadic Colors of #a92dae

#a92dae #aea92d #2daea9

Analogous Colors of #a92dae

#a92dae #ae2d73 #692dae

Monochromatic Colors of #a92dae

#a92dae

Complementary Color

#a92dae #32ae2d

#a92dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a92dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a92dae Color CSS Codes

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

#a92dae Text Font Color

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

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


#a92dae Background Color

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

This div background color is #a92dae


#a92dae Border Color

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

This div border color is #a92dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a92dae


Comments

No comments written yet.

Please login to write comment.