Color Hex Logo

#ae07dd Color Hex

#AE07DD
(174,7,221)
0 Favorites   0 Comments

Color spaces of #ae07dd

RGB 1747221
HSL0.800.940.45
HSV287°97°87°
CMYK 0.210.970.00   0.13
XYZ30.582714.371169.5686
Yxy14.37110.26700.1255
Hunter Lab37.909277.6610-82.2688
CIE-Lab44.760580.7237-67.4992

#ae07dd color RGB value is (174,7,221).

#ae07dd hex color red value is 174, green value is 7 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ae07dd hue: 0.80 , saturation: 0.94 and the lightness value of ae07dd is 0.45.

The process color (four color CMYK) of #ae07dd color hex is 0.21, 0.97, 0.00, 0.13. Web safe color of #ae07dd is #9900cc. Color #ae07dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000111 11011101
Octal 256 7 335
Decimal 174 7 221
Hex AE 7 DD

RGB Percentages of Color #ae07dd

%43.28
%1.74
%54.98

CMYK Percentages of Color #ae07dd

%21
%97
%0
%13

Triadic Colors of #ae07dd

#ae07dd #ddae07 #07ddae

Analogous Colors of #ae07dd

#ae07dd #dd07a1 #4307dd

Monochromatic Colors of #ae07dd

#ae07dd

Complementary Color

#ae07dd #36dd07

#ae07dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae07dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae07dd Color CSS Codes

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

#ae07dd Text Font Color

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

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


#ae07dd Background Color

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

This div background color is #ae07dd


#ae07dd Border Color

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

This div border color is #ae07dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,7,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 #ae07dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae07dd


Comments

No comments written yet.

Please login to write comment.