Color Hex Logo

#ae68ca Color Hex

#AE68CA
(174,104,202)
0 Favorites   0 Comments

Color spaces of #ae68ca

RGB 174104202
HSL0.790.480.60
HSV283°49°79°
CMYK 0.140.490.00   0.21
XYZ33.066523.163658.6053
Yxy23.16360.28790.2017
Hunter Lab48.128638.4125-38.5064
CIE-Lab55.240544.5866-39.8597

#ae68ca color RGB value is (174,104,202).

#ae68ca hex color red value is 174, green value is 104 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ae68ca hue: 0.79 , saturation: 0.48 and the lightness value of ae68ca is 0.60.

The process color (four color CMYK) of #ae68ca color hex is 0.14, 0.49, 0.00, 0.21. Web safe color of #ae68ca is #9966cc. Color #ae68ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 11001010
Octal 256 150 312
Decimal 174 104 202
Hex AE 68 CA

RGB Percentages of Color #ae68ca

%36.25
%21.67
%42.08

CMYK Percentages of Color #ae68ca

%14
%49
%0
%21

Triadic Colors of #ae68ca

#ae68ca #caae68 #68caae

Analogous Colors of #ae68ca

#ae68ca #ca68b5 #7d68ca

Monochromatic Colors of #ae68ca

#ae68ca

Complementary Color

#ae68ca #84ca68

#ae68ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae68ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae68ca Color CSS Codes

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

#ae68ca Text Font Color

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

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


#ae68ca Background Color

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

This div background color is #ae68ca


#ae68ca Border Color

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

This div border color is #ae68ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae68ca


Comments

No comments written yet.

Please login to write comment.