Color Hex Logo

#ae0670 Color Hex

#AE0670
(174,6,112)
0 Favorites   0 Comments

Color spaces of #ae0670

RGB 1746112
HSL0.890.930.35
HSV322°97°68°
CMYK 0.000.970.36   0.32
XYZ20.445310.298816.2395
Yxy10.29880.43520.2192
Hunter Lab32.091757.5599-7.5385
CIE-Lab38.373465.2178-12.3166

#ae0670 color RGB value is (174,6,112).

#ae0670 hex color red value is 174, green value is 6 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ae0670 hue: 0.89 , saturation: 0.93 and the lightness value of ae0670 is 0.35.

The process color (four color CMYK) of #ae0670 color hex is 0.00, 0.97, 0.36, 0.32. Web safe color of #ae0670 is #990066. Color #ae0670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000110 01110000
Octal 256 6 160
Decimal 174 6 112
Hex AE 6 70

RGB Percentages of Color #ae0670

%59.59
%2.05
%38.36

CMYK Percentages of Color #ae0670

%0
%97
%36
%32

Triadic Colors of #ae0670

#ae0670 #70ae06 #0670ae

Analogous Colors of #ae0670

#ae0670 #ae061c #9806ae

Monochromatic Colors of #ae0670

#ae0670

Complementary Color

#ae0670 #06ae44

#ae0670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0670 Color CSS Codes

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

#ae0670 Text Font Color

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

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


#ae0670 Background Color

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

This div background color is #ae0670


#ae0670 Border Color

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

This div border color is #ae0670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0670


Comments

No comments written yet.

Please login to write comment.