Color Hex Logo

#ae0175 Color Hex

#AE0175
(174,1,117)
0 Favorites   0 Comments

Color spaces of #ae0175

RGB 1741117
HSL0.890.990.34
HSV320°99°68°
CMYK 0.000.990.33   0.32
XYZ20.677310.304717.7288
Yxy10.30470.42450.2115
Hunter Lab32.100958.8013-10.2742
CIE-Lab38.383866.3020-15.4466

#ae0175 color RGB value is (174,1,117).

#ae0175 hex color red value is 174, green value is 1 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ae0175 hue: 0.89 , saturation: 0.99 and the lightness value of ae0175 is 0.34.

The process color (four color CMYK) of #ae0175 color hex is 0.00, 0.99, 0.33, 0.32. Web safe color of #ae0175 is #990066. Color #ae0175 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000001 01110101
Octal 256 1 165
Decimal 174 1 117
Hex AE 1 75

RGB Percentages of Color #ae0175

%59.59
%0.34
%40.07

CMYK Percentages of Color #ae0175

%0
%99
%33
%32

Triadic Colors of #ae0175

#ae0175 #75ae01 #0175ae

Analogous Colors of #ae0175

#ae0175 #ae011e #9101ae

Monochromatic Colors of #ae0175

#ae0175

Complementary Color

#ae0175 #01ae3a

#ae0175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0175 Color CSS Codes

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

#ae0175 Text Font Color

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

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


#ae0175 Background Color

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

This div background color is #ae0175


#ae0175 Border Color

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

This div border color is #ae0175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0175


Comments

No comments written yet.

Please login to write comment.