Color Hex Logo

#ae61dd Color Hex

#AE61DD
(174,97,221)
0 Favorites   0 Comments

Color spaces of #ae61dd

RGB 17497221
HSL0.770.650.62
HSV277°56°87°
CMYK 0.210.560.00   0.13
XYZ34.781422.768570.9682
Yxy22.76850.27060.1772
Hunter Lab47.716346.6086-54.7802
CIE-Lab54.833152.3196-51.2802

#ae61dd color RGB value is (174,97,221).

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

The process color (four color CMYK) of #ae61dd color hex is 0.21, 0.56, 0.00, 0.13. Web safe color of #ae61dd is #9966cc. Color #ae61dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100001 11011101
Octal 256 141 335
Decimal 174 97 221
Hex AE 61 DD

RGB Percentages of Color #ae61dd

%35.37
%19.72
%44.92

CMYK Percentages of Color #ae61dd

%21
%56
%0
%13

Triadic Colors of #ae61dd

#ae61dd #ddae61 #61ddae

Analogous Colors of #ae61dd

#ae61dd #dd61ce #7061dd

Monochromatic Colors of #ae61dd

#ae61dd

Complementary Color

#ae61dd #90dd61

#ae61dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae61dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae61dd Color CSS Codes

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

#ae61dd Text Font Color

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

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


#ae61dd Background Color

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

This div background color is #ae61dd


#ae61dd Border Color

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

This div border color is #ae61dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae61dd


Comments

No comments written yet.

Please login to write comment.