color codes Logo

#ae36dd color codes

#AE36DD
(174,54,221)
0 Favorites   0 Comments

Color spaces of #ae36dd

RGB 17454221
HSL0.790.710.54
HSV283°76°87°
CMYK 0.210.760.00   0.13
XYZ31.825916.857569.9830
Yxy16.85750.26820.1421
Hunter Lab41.057966.5125-72.3190
CIE-Lab48.080070.9967-62.1173

#ae36dd color RGB value is (174,54,221).

#ae36dd hex color red value is 174, green value is 54 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ae36dd hue: 0.79 , saturation: 0.71 and the lightness value of ae36dd is 0.54.

The process color (four color CMYK) of #ae36dd color code is 0.21, 0.76, 0.00, 0.13. Web safe color of #ae36dd is #9933cc. Color #ae36dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 11011101
Octal 256 66 335
Decimal 174 54 221
Hex AE 36 DD

RGB Percentages of Color #ae36dd

%38.75
%12.03
%49.22

CMYK Percentages of Color #ae36dd

%21
%76
%0
%13

Triadic Colors of #ae36dd

#ae36dd #ddae36 #36ddae

Analogous Colors of #ae36dd

#ae36dd #dd36b9 #5a36dd

Monochromatic Colors of #ae36dd

#ae36dd

Complementary Color

#ae36dd #65dd36

#ae36dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae36dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae36dd Color CSS Codes

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

#ae36dd Text Font Color

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

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


#ae36dd Background Color

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

This div background color is #ae36dd


#ae36dd Border Color

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

This div border color is #ae36dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae36dd


Comments

No comments written yet.

Please login to write comment.