Color Hex Logo

#a42cae Color Hex

#A42CAE
(164,44,174)
0 Favorites   0 Comments

Color spaces of #a42cae

RGB 16444174
HSL0.820.600.43
HSV295°75°68°
CMYK 0.060.750.00   0.32
XYZ23.850512.749941.2483
Yxy12.74990.30640.1638
Hunter Lab35.707056.7419-43.4962
CIE-Lab42.384063.7169-44.0525

#a42cae color RGB value is (164,44,174).

#a42cae hex color red value is 164, green value is 44 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a42cae hue: 0.82 , saturation: 0.60 and the lightness value of a42cae is 0.43.

The process color (four color CMYK) of #a42cae color hex is 0.06, 0.75, 0.00, 0.32. Web safe color of #a42cae is #993399. Color #a42cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101100 10101110
Octal 244 54 256
Decimal 164 44 174
Hex A4 2C AE

RGB Percentages of Color #a42cae

%42.93
%11.52
%45.55

CMYK Percentages of Color #a42cae

%6
%75
%0
%32

Triadic Colors of #a42cae

#a42cae #aea42c #2caea4

Analogous Colors of #a42cae

#a42cae #ae2c77 #632cae

Monochromatic Colors of #a42cae

#a42cae

Complementary Color

#a42cae #36ae2c

#a42cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42cae Color CSS Codes

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

#a42cae Text Font Color

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

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


#a42cae Background Color

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

This div background color is #a42cae


#a42cae Border Color

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

This div border color is #a42cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42cae


Comments

No comments written yet.

Please login to write comment.