Color Hex Logo

#ae2fdb Color Hex

#AE2FDB
(174,47,219)
0 Favorites   0 Comments

Color spaces of #ae2fdb

RGB 17447219
HSL0.790.700.52
HSV284°79°86°
CMYK 0.210.790.00   0.14
XYZ31.258316.146268.4869
Yxy16.14620.26970.1393
Hunter Lab40.182368.5381-72.9264
CIE-Lab47.165772.8610-62.4548

#ae2fdb color RGB value is (174,47,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101111 11011011
Octal 256 57 333
Decimal 174 47 219
Hex AE 2F DB

RGB Percentages of Color #ae2fdb

%39.55
%10.68
%49.77

CMYK Percentages of Color #ae2fdb

%21
%79
%0
%14

Triadic Colors of #ae2fdb

#ae2fdb #dbae2f #2fdbae

Analogous Colors of #ae2fdb

#ae2fdb #db2fb2 #582fdb

Monochromatic Colors of #ae2fdb

#ae2fdb

Complementary Color

#ae2fdb #5cdb2f

#ae2fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2fdb Color CSS Codes

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

#ae2fdb Text Font Color

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

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


#ae2fdb Background Color

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

This div background color is #ae2fdb


#ae2fdb Border Color

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

This div border color is #ae2fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2fdb


Comments

No comments written yet.

Please login to write comment.