color codes Logo

#ae31dd color codes

#AE31DD
(174,49,221)
0 Favorites   0 Comments

Color spaces of #ae31dd

RGB 17449221
HSL0.790.720.53
HSV284°78°87°
CMYK 0.210.780.00   0.13
XYZ31.605016.415869.9094
Yxy16.41580.26800.1392
Hunter Lab40.516468.3359-73.9410
CIE-Lab47.515372.6253-63.0303

#ae31dd color RGB value is (174,49,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110001 11011101
Octal 256 61 335
Decimal 174 49 221
Hex AE 31 DD

RGB Percentages of Color #ae31dd

%39.19
%11.04
%49.77

CMYK Percentages of Color #ae31dd

%21
%78
%0
%13

Triadic Colors of #ae31dd

#ae31dd #ddae31 #31ddae

Analogous Colors of #ae31dd

#ae31dd #dd31b6 #5831dd

Monochromatic Colors of #ae31dd

#ae31dd

Complementary Color

#ae31dd #60dd31

#ae31dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae31dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae31dd Color CSS Codes

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

#ae31dd Text Font Color

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

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


#ae31dd Background Color

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

This div background color is #ae31dd


#ae31dd Border Color

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

This div border color is #ae31dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae31dd


Comments

No comments written yet.

Please login to write comment.