Color Hex Logo

#ae34c6 Color Hex

#AE34C6
(174,52,198)
0 Favorites   0 Comments

Color spaces of #ae34c6

RGB 17452198
HSL0.810.580.49
HSV290°74°78°
CMYK 0.120.740.00   0.22
XYZ28.876615.531954.9021
Yxy15.53190.29080.1564
Hunter Lab39.410561.8208-55.0085
CIE-Lab46.354367.3605-51.6792

#ae34c6 color RGB value is (174,52,198).

#ae34c6 hex color red value is 174, green value is 52 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #ae34c6 hue: 0.81 , saturation: 0.58 and the lightness value of ae34c6 is 0.49.

The process color (four color CMYK) of #ae34c6 color hex is 0.12, 0.74, 0.00, 0.22. Web safe color of #ae34c6 is #9933cc. Color #ae34c6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 11000110
Octal 256 64 306
Decimal 174 52 198
Hex AE 34 C6

RGB Percentages of Color #ae34c6

%41.04
%12.26
%46.70

CMYK Percentages of Color #ae34c6

%12
%74
%0
%22

Triadic Colors of #ae34c6

#ae34c6 #c6ae34 #34c6ae

Analogous Colors of #ae34c6

#ae34c6 #c63495 #6534c6

Monochromatic Colors of #ae34c6

#ae34c6

Complementary Color

#ae34c6 #4cc634

#ae34c6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae34c6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae34c6 Color CSS Codes

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

#ae34c6 Text Font Color

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

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


#ae34c6 Background Color

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

This div background color is #ae34c6


#ae34c6 Border Color

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

This div border color is #ae34c6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae34c6


Comments

No comments written yet.

Please login to write comment.