Color Hex Logo

#ae0058 Color Hex

#AE0058
(174,0,88)
0 Favorites   0 Comments

Color spaces of #ae0058

RGB 174088
HSL0.921.000.34
HSV330°100°68°
CMYK 0.001.000.49   0.32
XYZ19.21709.703310.0926
Yxy9.70330.49260.2487
Hunter Lab31.150155.60682.5952
CIE-Lab37.304663.70131.3914

#ae0058 color RGB value is (174,0,88).

#ae0058 hex color red value is 174, green value is 0 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ae0058 hue: 0.92 , saturation: 1.00 and the lightness value of ae0058 is 0.34.

The process color (four color CMYK) of #ae0058 color hex is 0.00, 1.00, 0.49, 0.32. Web safe color of #ae0058 is #990066. Color #ae0058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000000 01011000
Octal 256 0 130
Decimal 174 0 88
Hex AE 0 58

RGB Percentages of Color #ae0058

%66.41
%0.00
%33.59

CMYK Percentages of Color #ae0058

%0
%100
%49
%32

Triadic Colors of #ae0058

#ae0058 #58ae00 #0058ae

Analogous Colors of #ae0058

#ae0058 #ae0001 #ad00ae

Monochromatic Colors of #ae0058

#ae0058

Complementary Color

#ae0058 #00ae56

#ae0058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0058 Color CSS Codes

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

#ae0058 Text Font Color

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

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


#ae0058 Background Color

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

This div background color is #ae0058


#ae0058 Border Color

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

This div border color is #ae0058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0058

#ae0058 Color Palettes


Comments

No comments written yet.

Please login to write comment.