Color Hex Logo

#ae02f7 Color Hex

#AE02F7
(174,2,247)
0 Favorites   0 Comments

Color spaces of #ae02f7

RGB 1742247
HSL0.780.980.49
HSV282°99°97°
CMYK 0.300.990.00   0.03
XYZ34.265815.757589.2312
Yxy15.75750.24610.1132
Hunter Lab39.695784.6157-105.4898
CIE-Lab46.654785.7952-79.1357

#ae02f7 color RGB value is (174,2,247).

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

The process color (four color CMYK) of #ae02f7 color hex is 0.30, 0.99, 0.00, 0.03. Web safe color of #ae02f7 is #9900ff. Color #ae02f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000010 11110111
Octal 256 2 367
Decimal 174 2 247
Hex AE 2 F7

RGB Percentages of Color #ae02f7

%41.13
%0.47
%58.39

CMYK Percentages of Color #ae02f7

%30
%99
%0
%3

Triadic Colors of #ae02f7

#ae02f7 #f7ae02 #02f7ae

Analogous Colors of #ae02f7

#ae02f7 #f702c6 #3402f7

Monochromatic Colors of #ae02f7

#ae02f7

Complementary Color

#ae02f7 #4bf702

#ae02f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae02f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae02f7 Color CSS Codes

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

#ae02f7 Text Font Color

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

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


#ae02f7 Background Color

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

This div background color is #ae02f7


#ae02f7 Border Color

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

This div border color is #ae02f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae02f7

Related Colors


Comments

No comments written yet.

Please login to write comment.