Color Hex Logo

#ae0865 Color Hex

#AE0865
(174,8,101)
0 Favorites   0 Comments

Color spaces of #ae0865

RGB 1748101
HSL0.910.910.36
HSV326°95°68°
CMYK 0.000.950.42   0.32
XYZ19.891410.111913.2153
Yxy10.11190.46030.2340
Hunter Lab31.799256.0087-2.3806
CIE-Lab38.042563.9140-5.8461

#ae0865 color RGB value is (174,8,101).

#ae0865 hex color red value is 174, green value is 8 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #ae0865 hue: 0.91 , saturation: 0.91 and the lightness value of ae0865 is 0.36.

The process color (four color CMYK) of #ae0865 color hex is 0.00, 0.95, 0.42, 0.32. Web safe color of #ae0865 is #990066. Color #ae0865 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 01100101
Octal 256 10 145
Decimal 174 8 101
Hex AE 8 65

RGB Percentages of Color #ae0865

%61.48
%2.83
%35.69

CMYK Percentages of Color #ae0865

%0
%95
%42
%32

Triadic Colors of #ae0865

#ae0865 #65ae08 #0865ae

Analogous Colors of #ae0865

#ae0865 #ae0812 #a408ae

Monochromatic Colors of #ae0865

#ae0865

Complementary Color

#ae0865 #08ae51

#ae0865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0865 Color CSS Codes

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

#ae0865 Text Font Color

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

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


#ae0865 Background Color

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

This div background color is #ae0865


#ae0865 Border Color

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

This div border color is #ae0865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0865


Comments

No comments written yet.

Please login to write comment.