Color Hex Logo

#ae70ef Color Hex

#AE70EF
(174,112,239)
0 Favorites   0 Comments

Color spaces of #ae70ef

RGB 174112239
HSL0.750.800.69
HSV269°53°94°
CMYK 0.270.530.00   0.06
XYZ38.829726.819084.7914
Yxy26.81900.25810.1783
Hunter Lab51.787143.2111-60.8251
CIE-Lab58.806448.5625-55.0274

#ae70ef color RGB value is (174,112,239).

#ae70ef hex color red value is 174, green value is 112 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ae70ef hue: 0.75 , saturation: 0.80 and the lightness value of ae70ef is 0.69.

The process color (four color CMYK) of #ae70ef color hex is 0.27, 0.53, 0.00, 0.06. Web safe color of #ae70ef is #9966ff. Color #ae70ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 11101111
Octal 256 160 357
Decimal 174 112 239
Hex AE 70 EF

RGB Percentages of Color #ae70ef

%33.14
%21.33
%45.52

CMYK Percentages of Color #ae70ef

%27
%53
%0
%6

Triadic Colors of #ae70ef

#ae70ef #efae70 #70efae

Analogous Colors of #ae70ef

#ae70ef #ee70ef #7072ef

Monochromatic Colors of #ae70ef

#ae70ef

Complementary Color

#ae70ef #b1ef70

#ae70ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae70ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae70ef Color CSS Codes

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

#ae70ef Text Font Color

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

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


#ae70ef Background Color

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

This div background color is #ae70ef


#ae70ef Border Color

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

This div border color is #ae70ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae70ef


Comments

No comments written yet.

Please login to write comment.