Color Hex Logo

#ae26ea Color Hex

#AE26EA
(174,38,234)
0 Favorites   0 Comments

Color spaces of #ae26ea

RGB 17438234
HSL0.780.820.53
HSV282°84°92°
CMYK 0.260.840.00   0.08
XYZ33.000016.325479.2537
Yxy16.32540.25670.1270
Hunter Lab40.404775.0793-88.0139
CIE-Lab47.398578.1521-70.5999

#ae26ea color RGB value is (174,38,234).

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

The process color (four color CMYK) of #ae26ea color hex is 0.26, 0.84, 0.00, 0.08. Web safe color of #ae26ea is #9933ff. Color #ae26ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100110 11101010
Octal 256 46 352
Decimal 174 38 234
Hex AE 26 EA

RGB Percentages of Color #ae26ea

%39.01
%8.52
%52.47

CMYK Percentages of Color #ae26ea

%26
%84
%0
%8

Triadic Colors of #ae26ea

#ae26ea #eaae26 #26eaae

Analogous Colors of #ae26ea

#ae26ea #ea26c4 #4c26ea

Monochromatic Colors of #ae26ea

#ae26ea

Complementary Color

#ae26ea #62ea26

#ae26ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae26ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae26ea Color CSS Codes

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

#ae26ea Text Font Color

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

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


#ae26ea Background Color

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

This div background color is #ae26ea


#ae26ea Border Color

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

This div border color is #ae26ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae26ea


Comments

No comments written yet.

Please login to write comment.