Color Hex Logo

#ae40cd Color Hex

#AE40CD
(174,64,205)
0 Favorites   0 Comments

Color spaces of #ae40cd

RGB 17464205
HSL0.800.590.53
HSV287°69°80°
CMYK 0.150.690.00   0.20
XYZ30.308417.073259.4556
Yxy17.07320.28370.1598
Hunter Lab41.319758.6219-56.3895
CIE-Lab48.352164.2151-52.5191

#ae40cd color RGB value is (174,64,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000000 11001101
Octal 256 100 315
Decimal 174 64 205
Hex AE 40 CD

RGB Percentages of Color #ae40cd

%39.28
%14.45
%46.28

CMYK Percentages of Color #ae40cd

%15
%69
%0
%20

Triadic Colors of #ae40cd

#ae40cd #cdae40 #40cdae

Analogous Colors of #ae40cd

#ae40cd #cd40a6 #6840cd

Monochromatic Colors of #ae40cd

#ae40cd

Complementary Color

#ae40cd #5fcd40

#ae40cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae40cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae40cd Color CSS Codes

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

#ae40cd Text Font Color

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

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


#ae40cd Background Color

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

This div background color is #ae40cd


#ae40cd Border Color

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

This div border color is #ae40cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae40cd


Comments

No comments written yet.

Please login to write comment.