Color Hex Logo

#ae00ed Color Hex

#AE00ED
(174,0,237)
0 Favorites   0 Comments

Color spaces of #ae00ed

RGB 1740237
HSL0.791.000.46
HSV284°100°93°
CMYK 0.271.000.00   0.07
XYZ32.741615.113181.3122
Yxy15.11310.25350.1170
Hunter Lab38.875682.3032-96.7982
CIE-Lab45.788784.1713-74.9198

#ae00ed color RGB value is (174,0,237).

#ae00ed hex color red value is 174, green value is 0 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ae00ed hue: 0.79 , saturation: 1.00 and the lightness value of ae00ed is 0.46.

The process color (four color CMYK) of #ae00ed color hex is 0.27, 1.00, 0.00, 0.07. Web safe color of #ae00ed is #9900ff. Color #ae00ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000000 11101101
Octal 256 0 355
Decimal 174 0 237
Hex AE 0 ED

RGB Percentages of Color #ae00ed

%42.34
%0.00
%57.66

CMYK Percentages of Color #ae00ed

%27
%100
%0
%7

Triadic Colors of #ae00ed

#ae00ed #edae00 #00edae

Analogous Colors of #ae00ed

#ae00ed #ed00b6 #3700ed

Monochromatic Colors of #ae00ed

#ae00ed

Complementary Color

#ae00ed #3fed00

#ae00ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae00ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae00ed Color CSS Codes

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

#ae00ed Text Font Color

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

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


#ae00ed Background Color

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

This div background color is #ae00ed


#ae00ed Border Color

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

This div border color is #ae00ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae00ed


Comments

No comments written yet.

Please login to write comment.