Color Hex Logo

#ae69dc Color Hex

#AE69DC
(174,105,220)
0 Favorites   0 Comments

Color spaces of #ae69dc

RGB 174105220
HSL0.770.620.64
HSV276°52°86°
CMYK 0.210.520.00   0.14
XYZ35.425424.269170.5274
Yxy24.26910.27200.1864
Hunter Lab49.263742.1475-50.3968
CIE-Lab56.356247.9481-48.2943

#ae69dc color RGB value is (174,105,220).

#ae69dc hex color red value is 174, green value is 105 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ae69dc hue: 0.77 , saturation: 0.62 and the lightness value of ae69dc is 0.64.

The process color (four color CMYK) of #ae69dc color hex is 0.21, 0.52, 0.00, 0.14. Web safe color of #ae69dc is #9966cc. Color #ae69dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 11011100
Octal 256 151 334
Decimal 174 105 220
Hex AE 69 DC

RGB Percentages of Color #ae69dc

%34.87
%21.04
%44.09

CMYK Percentages of Color #ae69dc

%21
%52
%0
%14

Triadic Colors of #ae69dc

#ae69dc #dcae69 #69dcae

Analogous Colors of #ae69dc

#ae69dc #dc69d1 #7569dc

Monochromatic Colors of #ae69dc

#ae69dc

Complementary Color

#ae69dc #97dc69

#ae69dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae69dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae69dc Color CSS Codes

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

#ae69dc Text Font Color

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

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


#ae69dc Background Color

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

This div background color is #ae69dc


#ae69dc Border Color

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

This div border color is #ae69dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae69dc


Comments

No comments written yet.

Please login to write comment.