Color Hex Logo

#ae69ec Color Hex

#AE69EC
(174,105,236)
0 Favorites   0 Comments

Color spaces of #ae69ec

RGB 174105236
HSL0.750.780.67
HSV272°56°93°
CMYK 0.260.560.00   0.07
XYZ37.647525.158082.2286
Yxy25.15800.25960.1735
Hunter Lab50.157846.2028-62.0896
CIE-Lab57.229051.5575-55.8742

#ae69ec color RGB value is (174,105,236).

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

The process color (four color CMYK) of #ae69ec color hex is 0.26, 0.56, 0.00, 0.07. Web safe color of #ae69ec is #9966ff. Color #ae69ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 11101100
Octal 256 151 354
Decimal 174 105 236
Hex AE 69 EC

RGB Percentages of Color #ae69ec

%33.79
%20.39
%45.83

CMYK Percentages of Color #ae69ec

%26
%56
%0
%7

Triadic Colors of #ae69ec

#ae69ec #ecae69 #69ecae

Analogous Colors of #ae69ec

#ae69ec #ec69e9 #6d69ec

Monochromatic Colors of #ae69ec

#ae69ec

Complementary Color

#ae69ec #a7ec69

#ae69ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae69ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae69ec Color CSS Codes

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

#ae69ec Text Font Color

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

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


#ae69ec Background Color

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

This div background color is #ae69ec


#ae69ec Border Color

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

This div border color is #ae69ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae69ec


Comments

No comments written yet.

Please login to write comment.