Color Hex Logo

#ae6695 Color Hex

#AE6695
(174,102,149)
0 Favorites   0 Comments

Color spaces of #ae6695

RGB 174102149
HSL0.890.310.54
HSV321°41°68°
CMYK 0.000.410.14   0.32
XYZ27.631720.671330.9674
Yxy20.67130.34860.2608
Hunter Lab45.465728.9181-8.5574
CIE-Lab52.587935.5902-13.2711

#ae6695 color RGB value is (174,102,149).

#ae6695 hex color red value is 174, green value is 102 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ae6695 hue: 0.89 , saturation: 0.31 and the lightness value of ae6695 is 0.54.

The process color (four color CMYK) of #ae6695 color hex is 0.00, 0.41, 0.14, 0.32. Web safe color of #ae6695 is #996699. Color #ae6695 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100110 10010101
Octal 256 146 225
Decimal 174 102 149
Hex AE 66 95

RGB Percentages of Color #ae6695

%40.94
%24.00
%35.06

CMYK Percentages of Color #ae6695

%0
%41
%14
%32

Triadic Colors of #ae6695

#ae6695 #95ae66 #6695ae

Analogous Colors of #ae6695

#ae6695 #ae6671 #a366ae

Monochromatic Colors of #ae6695

#ae6695

Complementary Color

#ae6695 #66ae7f

#ae6695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6695 Color CSS Codes

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

#ae6695 Text Font Color

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

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


#ae6695 Background Color

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

This div background color is #ae6695


#ae6695 Border Color

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

This div border color is #ae6695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6695


Comments

No comments written yet.

Please login to write comment.