Color Hex Logo

#ae92cc Color Hex

#AE92CC
(174,146,204)
0 Favorites   0 Comments

Color spaces of #ae92cc

RGB 174146204
HSL0.750.360.69
HSV269°28°80°
CMYK 0.150.280.00   0.20
XYZ38.633533.916161.6370
Yxy33.91610.28790.2528
Hunter Lab58.237516.4973-21.9846
CIE-Lab64.895921.6887-25.9706

#ae92cc color RGB value is (174,146,204).

#ae92cc hex color red value is 174, green value is 146 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ae92cc hue: 0.75 , saturation: 0.36 and the lightness value of ae92cc is 0.69.

The process color (four color CMYK) of #ae92cc color hex is 0.15, 0.28, 0.00, 0.20. Web safe color of #ae92cc is #9999cc. Color #ae92cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010010 11001100
Octal 256 222 314
Decimal 174 146 204
Hex AE 92 CC

RGB Percentages of Color #ae92cc

%33.21
%27.86
%38.93

CMYK Percentages of Color #ae92cc

%15
%28
%0
%20

Triadic Colors of #ae92cc

#ae92cc #ccae92 #92ccae

Analogous Colors of #ae92cc

#ae92cc #cb92cc #9293cc

Monochromatic Colors of #ae92cc

#ae92cc

Complementary Color

#ae92cc #b0cc92

#ae92cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae92cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae92cc Color CSS Codes

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

#ae92cc Text Font Color

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

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


#ae92cc Background Color

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

This div background color is #ae92cc


#ae92cc Border Color

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

This div border color is #ae92cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae92cc


Comments

No comments written yet.

Please login to write comment.