Color Hex Logo

#ae30af Color Hex

#AE30AF
(174,48,175)
0 Favorites   0 Comments

Color spaces of #ae30af

RGB 17448175
HSL0.830.570.44
HSV300°73°69°
CMYK 0.010.730.00   0.31
XYZ26.250414.207741.9163
Yxy14.20770.31870.1725
Hunter Lab37.693158.3488-39.5478
CIE-Lab44.529364.7113-41.1306

#ae30af color RGB value is (174,48,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110000 10101111
Octal 256 60 257
Decimal 174 48 175
Hex AE 30 AF

RGB Percentages of Color #ae30af

%43.83
%12.09
%44.08

CMYK Percentages of Color #ae30af

%1
%73
%0
%31

Triadic Colors of #ae30af

#ae30af #afae30 #30afae

Analogous Colors of #ae30af

#ae30af #af3071 #6f30af

Monochromatic Colors of #ae30af

#ae30af

Complementary Color

#ae30af #31af30

#ae30af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae30af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae30af Color CSS Codes

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

#ae30af Text Font Color

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

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


#ae30af Background Color

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

This div background color is #ae30af


#ae30af Border Color

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

This div border color is #ae30af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae30af


Comments

No comments written yet.

Please login to write comment.