Color Hex Logo

#ae35ab Color Hex

#AE35AB
(174,53,171)
0 Favorites   0 Comments

Color spaces of #ae35ab

RGB 17453171
HSL0.840.530.45
HSV301°70°68°
CMYK 0.000.700.02   0.32
XYZ26.079314.485239.9495
Yxy14.48520.32390.1799
Hunter Lab38.059455.7088-35.5928
CIE-Lab44.920962.3146-38.1434

#ae35ab color RGB value is (174,53,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 10101011
Octal 256 65 253
Decimal 174 53 171
Hex AE 35 AB

RGB Percentages of Color #ae35ab

%43.72
%13.32
%42.96

CMYK Percentages of Color #ae35ab

%0
%70
%2
%32

Triadic Colors of #ae35ab

#ae35ab #abae35 #35abae

Analogous Colors of #ae35ab

#ae35ab #ae356f #7535ae

Monochromatic Colors of #ae35ab

#ae35ab

Complementary Color

#ae35ab #35ae38

#ae35ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae35ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae35ab Color CSS Codes

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

#ae35ab Text Font Color

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

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


#ae35ab Background Color

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

This div background color is #ae35ab


#ae35ab Border Color

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

This div border color is #ae35ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae35ab


Comments

No comments written yet.

Please login to write comment.