Color Hex Logo

#ae03af Color Hex

#AE03AF
(174,3,175)
0 Favorites   0 Comments

Color spaces of #ae03af

RGB 1743175
HSL0.830.970.35
HSV300°98°69°
CMYK 0.010.980.00   0.31
XYZ25.226012.158941.5748
Yxy12.15890.31950.1540
Hunter Lab34.869668.1118-46.2823
CIE-Lab41.467673.6167-46.0133

#ae03af color RGB value is (174,3,175).

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

The process color (four color CMYK) of #ae03af color hex is 0.01, 0.98, 0.00, 0.31. Web safe color of #ae03af is #990099. Color #ae03af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000011 10101111
Octal 256 3 257
Decimal 174 3 175
Hex AE 3 AF

RGB Percentages of Color #ae03af

%49.43
%0.85
%49.72

CMYK Percentages of Color #ae03af

%1
%98
%0
%31

Triadic Colors of #ae03af

#ae03af #afae03 #03afae

Analogous Colors of #ae03af

#ae03af #af035a #5803af

Monochromatic Colors of #ae03af

#ae03af

Complementary Color

#ae03af #04af03

#ae03af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae03af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae03af Color CSS Codes

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

#ae03af Text Font Color

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

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


#ae03af Background Color

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

This div background color is #ae03af


#ae03af Border Color

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

This div border color is #ae03af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae03af


Comments

No comments written yet.

Please login to write comment.