Color Hex Logo

#ae06fb Color Hex

#AE06FB
(174,6,251)
0 Favorites   0 Comments

Color spaces of #ae06fb

RGB 1746251
HSL0.780.970.50
HSV281°98°98°
CMYK 0.310.980.00   0.02
XYZ34.933316.094092.5320
Yxy16.09400.24330.1121
Hunter Lab40.117385.2286-108.6723
CIE-Lab47.097686.1822-80.6521

#ae06fb color RGB value is (174,6,251).

#ae06fb hex color red value is 174, green value is 6 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ae06fb hue: 0.78 , saturation: 0.97 and the lightness value of ae06fb is 0.50.

The process color (four color CMYK) of #ae06fb color hex is 0.31, 0.98, 0.00, 0.02. Web safe color of #ae06fb is #9900ff. Color #ae06fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000110 11111011
Octal 256 6 373
Decimal 174 6 251
Hex AE 6 FB

RGB Percentages of Color #ae06fb

%40.37
%1.39
%58.24

CMYK Percentages of Color #ae06fb

%31
%98
%0
%2

Triadic Colors of #ae06fb

#ae06fb #fbae06 #06fbae

Analogous Colors of #ae06fb

#ae06fb #fb06ce #3406fb

Monochromatic Colors of #ae06fb

#ae06fb

Complementary Color

#ae06fb #53fb06

#ae06fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae06fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae06fb Color CSS Codes

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

#ae06fb Text Font Color

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

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


#ae06fb Background Color

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

This div background color is #ae06fb


#ae06fb Border Color

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

This div border color is #ae06fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae06fb


Comments

No comments written yet.

Please login to write comment.