Color Hex Logo

#ae44ca Color Hex

#AE44CA
(174,68,202)
0 Favorites   0 Comments

Color spaces of #ae44ca

RGB 17468202
HSL0.800.560.53
HSV287°66°79°
CMYK 0.140.660.00   0.21
XYZ30.183417.397257.6443
Yxy17.39720.28680.1653
Hunter Lab41.710056.1791-52.7434
CIE-Lab48.756762.0012-50.1445

#ae44ca color RGB value is (174,68,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 11001010
Octal 256 104 312
Decimal 174 68 202
Hex AE 44 CA

RGB Percentages of Color #ae44ca

%39.19
%15.32
%45.50

CMYK Percentages of Color #ae44ca

%14
%66
%0
%21

Triadic Colors of #ae44ca

#ae44ca #caae44 #44caae

Analogous Colors of #ae44ca

#ae44ca #ca44a3 #6b44ca

Monochromatic Colors of #ae44ca

#ae44ca

Complementary Color

#ae44ca #60ca44

#ae44ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae44ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae44ca Color CSS Codes

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

#ae44ca Text Font Color

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

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


#ae44ca Background Color

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

This div background color is #ae44ca


#ae44ca Border Color

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

This div border color is #ae44ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae44ca


Comments

No comments written yet.

Please login to write comment.