Color Hex Logo

#ae81cf Color Hex

#AE81CF
(174,129,207)
0 Favorites   0 Comments

Color spaces of #ae81cf

RGB 174129207
HSL0.760.450.66
HSV275°38°81°
CMYK 0.160.380.00   0.19
XYZ36.568329.204262.7411
Yxy29.20420.28450.2272
Hunter Lab54.040926.2154-31.0066
CIE-Lab60.961431.9269-33.7363

#ae81cf color RGB value is (174,129,207).

#ae81cf hex color red value is 174, green value is 129 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ae81cf hue: 0.76 , saturation: 0.45 and the lightness value of ae81cf is 0.66.

The process color (four color CMYK) of #ae81cf color hex is 0.16, 0.38, 0.00, 0.19. Web safe color of #ae81cf is #9999cc. Color #ae81cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000001 11001111
Octal 256 201 317
Decimal 174 129 207
Hex AE 81 CF

RGB Percentages of Color #ae81cf

%34.12
%25.29
%40.59

CMYK Percentages of Color #ae81cf

%16
%38
%0
%19

Triadic Colors of #ae81cf

#ae81cf #cfae81 #81cfae

Analogous Colors of #ae81cf

#ae81cf #cf81c9 #8781cf

Monochromatic Colors of #ae81cf

#ae81cf

Complementary Color

#ae81cf #a2cf81

#ae81cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae81cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae81cf Color CSS Codes

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

#ae81cf Text Font Color

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

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


#ae81cf Background Color

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

This div background color is #ae81cf


#ae81cf Border Color

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

This div border color is #ae81cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae81cf


Comments

No comments written yet.

Please login to write comment.