Color Hex Logo

#ae38db Color Hex

#AE38DB
(174,56,219)
0 Favorites   0 Comments

Color spaces of #ae38db

RGB 17456219
HSL0.790.690.54
HSV283°74°86°
CMYK 0.210.740.00   0.14
XYZ31.655916.941568.6194
Yxy16.94150.27010.1445
Hunter Lab41.160165.2530-70.0324
CIE-Lab48.186269.9194-60.8057

#ae38db color RGB value is (174,56,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111000 11011011
Octal 256 70 333
Decimal 174 56 219
Hex AE 38 DB

RGB Percentages of Color #ae38db

%38.75
%12.47
%48.78

CMYK Percentages of Color #ae38db

%21
%74
%0
%14

Triadic Colors of #ae38db

#ae38db #dbae38 #38dbae

Analogous Colors of #ae38db

#ae38db #db38b7 #5d38db

Monochromatic Colors of #ae38db

#ae38db

Complementary Color

#ae38db #65db38

#ae38db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae38db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae38db Color CSS Codes

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

#ae38db Text Font Color

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

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


#ae38db Background Color

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

This div background color is #ae38db


#ae38db Border Color

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

This div border color is #ae38db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae38db


Comments

No comments written yet.

Please login to write comment.