Color Hex Logo

#ae67df Color Hex

#AE67DF
(174,103,223)
0 Favorites   0 Comments

Color spaces of #ae67df

RGB 174103223
HSL0.770.650.64
HSV276°54°87°
CMYK 0.220.540.00   0.13
XYZ35.625124.026972.5720
Yxy24.02690.26940.1817
Hunter Lab49.017243.9513-53.4692
CIE-Lab56.114749.6640-50.3670

#ae67df color RGB value is (174,103,223).

#ae67df hex color red value is 174, green value is 103 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ae67df hue: 0.77 , saturation: 0.65 and the lightness value of ae67df is 0.64.

The process color (four color CMYK) of #ae67df color hex is 0.22, 0.54, 0.00, 0.13. Web safe color of #ae67df is #9966cc. Color #ae67df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100111 11011111
Octal 256 147 337
Decimal 174 103 223
Hex AE 67 DF

RGB Percentages of Color #ae67df

%34.80
%20.60
%44.60

CMYK Percentages of Color #ae67df

%22
%54
%0
%13

Triadic Colors of #ae67df

#ae67df #dfae67 #67dfae

Analogous Colors of #ae67df

#ae67df #df67d4 #7267df

Monochromatic Colors of #ae67df

#ae67df

Complementary Color

#ae67df #98df67

#ae67df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae67df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae67df Color CSS Codes

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

#ae67df Text Font Color

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

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


#ae67df Background Color

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

This div background color is #ae67df


#ae67df Border Color

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

This div border color is #ae67df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae67df


Comments

No comments written yet.

Please login to write comment.