Color Hex Logo

#ae26ed Color Hex

#AE26ED
(174,38,237)
0 Favorites   0 Comments

Color spaces of #ae26ed

RGB 17438237
HSL0.780.850.54
HSV281°84°93°
CMYK 0.270.840.00   0.07
XYZ33.434716.499381.5432
Yxy16.49930.25430.1255
Hunter Lab40.619375.8436-90.5910
CIE-Lab47.622978.7215-71.9291

#ae26ed color RGB value is (174,38,237).

#ae26ed hex color red value is 174, green value is 38 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ae26ed hue: 0.78 , saturation: 0.85 and the lightness value of ae26ed is 0.54.

The process color (four color CMYK) of #ae26ed color hex is 0.27, 0.84, 0.00, 0.07. Web safe color of #ae26ed is #9933ff. Color #ae26ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100110 11101101
Octal 256 46 355
Decimal 174 38 237
Hex AE 26 ED

RGB Percentages of Color #ae26ed

%38.75
%8.46
%52.78

CMYK Percentages of Color #ae26ed

%27
%84
%0
%7

Triadic Colors of #ae26ed

#ae26ed #edae26 #26edae

Analogous Colors of #ae26ed

#ae26ed #ed26c9 #4b26ed

Monochromatic Colors of #ae26ed

#ae26ed

Complementary Color

#ae26ed #65ed26

#ae26ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae26ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae26ed Color CSS Codes

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

#ae26ed Text Font Color

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

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


#ae26ed Background Color

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

This div background color is #ae26ed


#ae26ed Border Color

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

This div border color is #ae26ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae26ed


Comments

No comments written yet.

Please login to write comment.