Color Hex Logo

#ae38ab Color Hex

#AE38AB
(174,56,171)
0 Favorites   0 Comments

Color spaces of #ae38ab

RGB 17456171
HSL0.840.510.45
HSV302°68°68°
CMYK 0.000.680.02   0.32
XYZ26.220414.767339.9965
Yxy14.76730.32380.1823
Hunter Lab38.428254.5449-34.8099
CIE-Lab45.313861.2058-37.5220

#ae38ab color RGB value is (174,56,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111000 10101011
Octal 256 70 253
Decimal 174 56 171
Hex AE 38 AB

RGB Percentages of Color #ae38ab

%43.39
%13.97
%42.64

CMYK Percentages of Color #ae38ab

%0
%68
%2
%32

Triadic Colors of #ae38ab

#ae38ab #abae38 #38abae

Analogous Colors of #ae38ab

#ae38ab #ae3870 #7638ae

Monochromatic Colors of #ae38ab

#ae38ab

Complementary Color

#ae38ab #38ae3b

#ae38ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae38ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae38ab Color CSS Codes

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

#ae38ab Text Font Color

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

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


#ae38ab Background Color

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

This div background color is #ae38ab


#ae38ab Border Color

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

This div border color is #ae38ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae38ab


Comments

No comments written yet.

Please login to write comment.