Color Hex Logo

#ae2adb Color Hex

#AE2ADB
(174,42,219)
0 Favorites   0 Comments

Color spaces of #ae2adb

RGB 17442219
HSL0.790.710.51
HSV285°81°86°
CMYK 0.210.810.00   0.14
XYZ31.069715.769168.4240
Yxy15.76910.26960.1368
Hunter Lab39.710370.1669-74.3641
CIE-Lab46.670174.3018-63.2568

#ae2adb color RGB value is (174,42,219).

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

The process color (four color CMYK) of #ae2adb color hex is 0.21, 0.81, 0.00, 0.14. Web safe color of #ae2adb is #9933cc. Color #ae2adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101010 11011011
Octal 256 52 333
Decimal 174 42 219
Hex AE 2A DB

RGB Percentages of Color #ae2adb

%40.00
%9.66
%50.34

CMYK Percentages of Color #ae2adb

%21
%81
%0
%14

Triadic Colors of #ae2adb

#ae2adb #dbae2a #2adbae

Analogous Colors of #ae2adb

#ae2adb #db2ab0 #552adb

Monochromatic Colors of #ae2adb

#ae2adb

Complementary Color

#ae2adb #57db2a

#ae2adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2adb Color CSS Codes

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

#ae2adb Text Font Color

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

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


#ae2adb Background Color

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

This div background color is #ae2adb


#ae2adb Border Color

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

This div border color is #ae2adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2adb


Comments

No comments written yet.

Please login to write comment.