Color Hex Logo

#ae26ac Color Hex

#AE26AC
(174,38,172)
0 Favorites   0 Comments

Color spaces of #ae26ac

RGB 17438172
HSL0.840.640.42
HSV301°78°68°
CMYK 0.000.780.01   0.32
XYZ25.595113.363540.2601
Yxy13.36350.32310.1687
Hunter Lab36.556161.0052-39.7082
CIE-Lab43.305967.2523-41.2979

#ae26ac color RGB value is (174,38,172).

#ae26ac hex color red value is 174, green value is 38 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ae26ac hue: 0.84 , saturation: 0.64 and the lightness value of ae26ac is 0.42.

The process color (four color CMYK) of #ae26ac color hex is 0.00, 0.78, 0.01, 0.32. Web safe color of #ae26ac is #993399. Color #ae26ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100110 10101100
Octal 256 46 254
Decimal 174 38 172
Hex AE 26 AC

RGB Percentages of Color #ae26ac

%45.31
%9.90
%44.79

CMYK Percentages of Color #ae26ac

%0
%78
%1
%32

Triadic Colors of #ae26ac

#ae26ac #acae26 #26acae

Analogous Colors of #ae26ac

#ae26ac #ae2668 #6c26ae

Monochromatic Colors of #ae26ac

#ae26ac

Complementary Color

#ae26ac #26ae28

#ae26ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae26ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae26ac Color CSS Codes

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

#ae26ac Text Font Color

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

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


#ae26ac Background Color

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

This div background color is #ae26ac


#ae26ac Border Color

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

This div border color is #ae26ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae26ac


Comments

No comments written yet.

Please login to write comment.