Color Hex Logo

#ae34ca Color Hex

#AE34CA
(174,52,202)
0 Favorites   0 Comments

Color spaces of #ae34ca

RGB 17452202
HSL0.800.590.50
HSV289°74°79°
CMYK 0.140.740.00   0.21
XYZ29.344215.718957.3646
Yxy15.71890.28650.1535
Hunter Lab39.647162.7318-58.0326
CIE-Lab46.603568.0908-53.5947

#ae34ca color RGB value is (174,52,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 11001010
Octal 256 64 312
Decimal 174 52 202
Hex AE 34 CA

RGB Percentages of Color #ae34ca

%40.65
%12.15
%47.20

CMYK Percentages of Color #ae34ca

%14
%74
%0
%21

Triadic Colors of #ae34ca

#ae34ca #caae34 #34caae

Analogous Colors of #ae34ca

#ae34ca #ca349b #6334ca

Monochromatic Colors of #ae34ca

#ae34ca

Complementary Color

#ae34ca #50ca34

#ae34ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae34ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae34ca Color CSS Codes

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

#ae34ca Text Font Color

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

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


#ae34ca Background Color

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

This div background color is #ae34ca


#ae34ca Border Color

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

This div border color is #ae34ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae34ca


Comments

No comments written yet.

Please login to write comment.