Color Hex Logo

#ae2bcd Color Hex

#AE2BCD
(174,43,205)
0 Favorites   0 Comments

Color spaces of #ae2bcd

RGB 17443205
HSL0.800.650.49
HSV289°79°80°
CMYK 0.150.790.00   0.20
XYZ29.338915.134259.1325
Yxy15.13420.28320.1461
Hunter Lab38.902766.5380-62.8895
CIE-Lab45.817571.4586-56.5926

#ae2bcd color RGB value is (174,43,205).

#ae2bcd hex color red value is 174, green value is 43 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ae2bcd hue: 0.80 , saturation: 0.65 and the lightness value of ae2bcd is 0.49.

The process color (four color CMYK) of #ae2bcd color hex is 0.15, 0.79, 0.00, 0.20. Web safe color of #ae2bcd is #9933cc. Color #ae2bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101011 11001101
Octal 256 53 315
Decimal 174 43 205
Hex AE 2B CD

RGB Percentages of Color #ae2bcd

%41.23
%10.19
%48.58

CMYK Percentages of Color #ae2bcd

%15
%79
%0
%20

Triadic Colors of #ae2bcd

#ae2bcd #cdae2b #2bcdae

Analogous Colors of #ae2bcd

#ae2bcd #cd2b9b #5d2bcd

Monochromatic Colors of #ae2bcd

#ae2bcd

Complementary Color

#ae2bcd #4acd2b

#ae2bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2bcd Color CSS Codes

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

#ae2bcd Text Font Color

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

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


#ae2bcd Background Color

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

This div background color is #ae2bcd


#ae2bcd Border Color

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

This div border color is #ae2bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2bcd


Comments

No comments written yet.

Please login to write comment.