color codes Logo

#ae2daf color codes

#AE2DAF
(174,45,175)
0 Favorites   0 Comments

Color spaces of #ae2daf

RGB 17445175
HSL0.830.590.43
HSV300°74°69°
CMYK 0.010.740.00   0.31
XYZ26.131813.970641.8767
Yxy13.97060.31880.1704
Hunter Lab37.377359.3856-40.2632
CIE-Lab44.190765.6796-41.6685

#ae2daf color RGB value is (174,45,175).

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

The process color (four color CMYK) of #ae2daf color code is 0.01, 0.74, 0.00, 0.31. Web safe color of #ae2daf is #993399. Color #ae2daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101101 10101111
Octal 256 55 257
Decimal 174 45 175
Hex AE 2D AF

RGB Percentages of Color #ae2daf

%44.16
%11.42
%44.42

CMYK Percentages of Color #ae2daf

%1
%74
%0
%31

Triadic Colors of #ae2daf

#ae2daf #afae2d #2dafae

Analogous Colors of #ae2daf

#ae2daf #af2d6f #6d2daf

Monochromatic Colors of #ae2daf

#ae2daf

Complementary Color

#ae2daf #2eaf2d

#ae2daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2daf Color CSS Codes

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

#ae2daf Text Font Color

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

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


#ae2daf Background Color

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

This div background color is #ae2daf


#ae2daf Border Color

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

This div border color is #ae2daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,45,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 #ae2daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2daf


Comments

No comments written yet.

Please login to write comment.