Color Hex Logo

#ae43ef Color Hex

#AE43EF
(174,67,239)
0 Favorites   0 Comments

Color spaces of #ae43ef

RGB 17467239
HSL0.770.840.60
HSV277°72°94°
CMYK 0.270.720.00   0.06
XYZ35.042719.245083.5291
Yxy19.24500.25430.1396
Hunter Lab43.869165.8150-82.1829
CIE-Lab50.972669.8529-67.6163

#ae43ef color RGB value is (174,67,239).

#ae43ef hex color red value is 174, green value is 67 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ae43ef hue: 0.77 , saturation: 0.84 and the lightness value of ae43ef is 0.60.

The process color (four color CMYK) of #ae43ef color hex is 0.27, 0.72, 0.00, 0.06. Web safe color of #ae43ef is #9933ff. Color #ae43ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000011 11101111
Octal 256 103 357
Decimal 174 67 239
Hex AE 43 EF

RGB Percentages of Color #ae43ef

%36.25
%13.96
%49.79

CMYK Percentages of Color #ae43ef

%27
%72
%0
%6

Triadic Colors of #ae43ef

#ae43ef #efae43 #43efae

Analogous Colors of #ae43ef

#ae43ef #ef43da #5843ef

Monochromatic Colors of #ae43ef

#ae43ef

Complementary Color

#ae43ef #84ef43

#ae43ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae43ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae43ef Color CSS Codes

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

#ae43ef Text Font Color

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

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


#ae43ef Background Color

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

This div background color is #ae43ef


#ae43ef Border Color

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

This div border color is #ae43ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae43ef


Comments

No comments written yet.

Please login to write comment.