Color Hex Logo

#ae69cd Color Hex

#AE69CD
(174,105,205)
0 Favorites   0 Comments

Color spaces of #ae69cd

RGB 174105205
HSL0.780.500.61
HSV281°49°80°
CMYK 0.150.490.00   0.20
XYZ33.526623.509660.5284
Yxy23.50960.28520.2000
Hunter Lab48.486738.5738-40.0740
CIE-Lab55.593444.6888-41.0115

#ae69cd color RGB value is (174,105,205).

#ae69cd hex color red value is 174, green value is 105 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ae69cd hue: 0.78 , saturation: 0.50 and the lightness value of ae69cd is 0.61.

The process color (four color CMYK) of #ae69cd color hex is 0.15, 0.49, 0.00, 0.20. Web safe color of #ae69cd is #9966cc. Color #ae69cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 11001101
Octal 256 151 315
Decimal 174 105 205
Hex AE 69 CD

RGB Percentages of Color #ae69cd

%35.95
%21.69
%42.36

CMYK Percentages of Color #ae69cd

%15
%49
%0
%20

Triadic Colors of #ae69cd

#ae69cd #cdae69 #69cdae

Analogous Colors of #ae69cd

#ae69cd #cd69ba #7c69cd

Monochromatic Colors of #ae69cd

#ae69cd

Complementary Color

#ae69cd #88cd69

#ae69cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae69cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae69cd Color CSS Codes

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

#ae69cd Text Font Color

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

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


#ae69cd Background Color

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

This div background color is #ae69cd


#ae69cd Border Color

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

This div border color is #ae69cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae69cd


Comments

No comments written yet.

Please login to write comment.