Color Hex Logo

#ae42f7 Color Hex

#AE42F7
(174,66,247)
0 Favorites   0 Comments

Color spaces of #ae42f7

RGB 17466247
HSL0.770.920.61
HSV276°73°97°
CMYK 0.300.730.00   0.03
XYZ36.192319.610589.8733
Yxy19.61050.24840.1346
Hunter Lab44.283768.3883-89.3297
CIE-Lab51.393971.9153-71.4125

#ae42f7 color RGB value is (174,66,247).

#ae42f7 hex color red value is 174, green value is 66 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #ae42f7 hue: 0.77 , saturation: 0.92 and the lightness value of ae42f7 is 0.61.

The process color (four color CMYK) of #ae42f7 color hex is 0.30, 0.73, 0.00, 0.03. Web safe color of #ae42f7 is #9933ff. Color #ae42f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 11110111
Octal 256 102 367
Decimal 174 66 247
Hex AE 42 F7

RGB Percentages of Color #ae42f7

%35.73
%13.55
%50.72

CMYK Percentages of Color #ae42f7

%30
%73
%0
%3

Triadic Colors of #ae42f7

#ae42f7 #f7ae42 #42f7ae

Analogous Colors of #ae42f7

#ae42f7 #f742e6 #5342f7

Monochromatic Colors of #ae42f7

#ae42f7

Complementary Color

#ae42f7 #8bf742

#ae42f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae42f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae42f7 Color CSS Codes

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

#ae42f7 Text Font Color

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

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


#ae42f7 Background Color

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

This div background color is #ae42f7


#ae42f7 Border Color

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

This div border color is #ae42f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae42f7


Comments

No comments written yet.

Please login to write comment.