Color Hex Logo

#ae03fb Color Hex

#AE03FB
(174,3,251)
0 Favorites   0 Comments

Color spaces of #ae03fb

RGB 1743251
HSL0.780.980.50
HSV281°99°98°
CMYK 0.310.990.00   0.02
XYZ34.900716.028892.5212
Yxy16.02880.24330.1117
Hunter Lab40.036085.5414-108.9911
CIE-Lab47.012386.4385-80.7918

#ae03fb color RGB value is (174,3,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000011 11111011
Octal 256 3 373
Decimal 174 3 251
Hex AE 3 FB

RGB Percentages of Color #ae03fb

%40.65
%0.70
%58.64

CMYK Percentages of Color #ae03fb

%31
%99
%0
%2

Triadic Colors of #ae03fb

#ae03fb #fbae03 #03fbae

Analogous Colors of #ae03fb

#ae03fb #fb03cc #3203fb

Monochromatic Colors of #ae03fb

#ae03fb

Complementary Color

#ae03fb #50fb03

#ae03fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae03fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae03fb Color CSS Codes

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

#ae03fb Text Font Color

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

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


#ae03fb Background Color

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

This div background color is #ae03fb


#ae03fb Border Color

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

This div border color is #ae03fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae03fb


Comments

No comments written yet.

Please login to write comment.