Color Hex Logo

#ae069e Color Hex

#AE069E
(174,6,158)
0 Favorites   0 Comments

Color spaces of #ae069e

RGB 1746158
HSL0.850.930.35
HSV306°97°68°
CMYK 0.000.970.09   0.32
XYZ23.692211.597533.3376
Yxy11.59750.34520.1690
Hunter Lab34.055164.5864-34.2023
CIE-Lab40.569170.8402-37.2665

#ae069e color RGB value is (174,6,158).

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

The process color (four color CMYK) of #ae069e color hex is 0.00, 0.97, 0.09, 0.32. Web safe color of #ae069e is #990099. Color #ae069e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000110 10011110
Octal 256 6 236
Decimal 174 6 158
Hex AE 6 9E

RGB Percentages of Color #ae069e

%51.48
%1.78
%46.75

CMYK Percentages of Color #ae069e

%0
%97
%9
%32

Triadic Colors of #ae069e

#ae069e #9eae06 #069eae

Analogous Colors of #ae069e

#ae069e #ae064a #6a06ae

Monochromatic Colors of #ae069e

#ae069e

Complementary Color

#ae069e #06ae16

#ae069e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae069e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae069e Color CSS Codes

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

#ae069e Text Font Color

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

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


#ae069e Background Color

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

This div background color is #ae069e


#ae069e Border Color

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

This div border color is #ae069e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae069e


Comments

No comments written yet.

Please login to write comment.