Color Hex Logo

#ae42ab Color Hex

#AE42AB
(174,66,171)
0 Favorites   0 Comments

Color spaces of #ae42ab

RGB 17466171
HSL0.840.450.47
HSV302°62°68°
CMYK 0.000.620.02   0.32
XYZ26.754515.835440.1745
Yxy15.83540.32330.1913
Hunter Lab39.793750.3719-32.0017
CIE-Lab46.757857.1770-35.2446

#ae42ab color RGB value is (174,66,171).

#ae42ab hex color red value is 174, green value is 66 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ae42ab hue: 0.84 , saturation: 0.45 and the lightness value of ae42ab is 0.47.

The process color (four color CMYK) of #ae42ab color hex is 0.00, 0.62, 0.02, 0.32. Web safe color of #ae42ab is #993399. Color #ae42ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 10101011
Octal 256 102 253
Decimal 174 66 171
Hex AE 42 AB

RGB Percentages of Color #ae42ab

%42.34
%16.06
%41.61

CMYK Percentages of Color #ae42ab

%0
%62
%2
%32

Triadic Colors of #ae42ab

#ae42ab #abae42 #42abae

Analogous Colors of #ae42ab

#ae42ab #ae4275 #7b42ae

Monochromatic Colors of #ae42ab

#ae42ab

Complementary Color

#ae42ab #42ae45

#ae42ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae42ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae42ab Color CSS Codes

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

#ae42ab Text Font Color

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

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


#ae42ab Background Color

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

This div background color is #ae42ab


#ae42ab Border Color

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

This div border color is #ae42ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae42ab


Comments

No comments written yet.

Please login to write comment.