Color Hex Logo

#ae3daf Color Hex

#AE3DAF
(174,61,175)
0 Favorites   0 Comments

Color spaces of #ae3daf

RGB 17461175
HSL0.830.480.46
HSV299°65°69°
CMYK 0.010.650.00   0.31
XYZ26.862215.431342.1202
Yxy15.43130.31820.1828
Hunter Lab39.282753.3167-36.0748
CIE-Lab46.219459.9369-38.4523

#ae3daf color RGB value is (174,61,175).

#ae3daf hex color red value is 174, green value is 61 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ae3daf hue: 0.83 , saturation: 0.48 and the lightness value of ae3daf is 0.46.

The process color (four color CMYK) of #ae3daf color hex is 0.01, 0.65, 0.00, 0.31. Web safe color of #ae3daf is #993399. Color #ae3daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111101 10101111
Octal 256 75 257
Decimal 174 61 175
Hex AE 3D AF

RGB Percentages of Color #ae3daf

%42.44
%14.88
%42.68

CMYK Percentages of Color #ae3daf

%1
%65
%0
%31

Triadic Colors of #ae3daf

#ae3daf #afae3d #3dafae

Analogous Colors of #ae3daf

#ae3daf #af3d77 #753daf

Monochromatic Colors of #ae3daf

#ae3daf

Complementary Color

#ae3daf #3eaf3d

#ae3daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3daf Color CSS Codes

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

#ae3daf Text Font Color

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

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


#ae3daf Background Color

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

This div background color is #ae3daf


#ae3daf Border Color

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

This div border color is #ae3daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3daf


Comments

No comments written yet.

Please login to write comment.