Color Hex Logo

#ae26fb Color Hex

#AE26FB
(174,38,251)
0 Favorites   0 Comments

Color spaces of #ae26fb

RGB 17438251
HSL0.770.960.57
HSV278°85°98°
CMYK 0.310.850.00   0.02
XYZ35.561317.349992.7414
Yxy17.34990.24420.1191
Hunter Lab41.653279.5007-102.8527
CIE-Lab48.697981.4176-78.0356

#ae26fb color RGB value is (174,38,251).

#ae26fb hex color red value is 174, green value is 38 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ae26fb hue: 0.77 , saturation: 0.96 and the lightness value of ae26fb is 0.57.

The process color (four color CMYK) of #ae26fb color hex is 0.31, 0.85, 0.00, 0.02. Web safe color of #ae26fb is #9933ff. Color #ae26fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100110 11111011
Octal 256 46 373
Decimal 174 38 251
Hex AE 26 FB

RGB Percentages of Color #ae26fb

%37.58
%8.21
%54.21

CMYK Percentages of Color #ae26fb

%31
%85
%0
%2

Triadic Colors of #ae26fb

#ae26fb #fbae26 #26fbae

Analogous Colors of #ae26fb

#ae26fb #fb26de #4326fb

Monochromatic Colors of #ae26fb

#ae26fb

Complementary Color

#ae26fb #73fb26

#ae26fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae26fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae26fb Color CSS Codes

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

#ae26fb Text Font Color

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

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


#ae26fb Background Color

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

This div background color is #ae26fb


#ae26fb Border Color

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

This div border color is #ae26fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae26fb


Comments

No comments written yet.

Please login to write comment.