Color Hex Logo

#ae3cef Color Hex

#AE3CEF
(174,60,239)
0 Favorites   0 Comments

Color spaces of #ae3cef

RGB 17460239
HSL0.770.850.59
HSV278°75°94°
CMYK 0.270.750.00   0.06
XYZ34.651418.462483.3986
Yxy18.46240.25380.1352
Hunter Lab42.967968.7573-85.0015
CIE-Lab50.052272.4807-69.1078

#ae3cef color RGB value is (174,60,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111100 11101111
Octal 256 74 357
Decimal 174 60 239
Hex AE 3C EF

RGB Percentages of Color #ae3cef

%36.79
%12.68
%50.53

CMYK Percentages of Color #ae3cef

%27
%75
%0
%6

Triadic Colors of #ae3cef

#ae3cef #efae3c #3cefae

Analogous Colors of #ae3cef

#ae3cef #ef3cd7 #543cef

Monochromatic Colors of #ae3cef

#ae3cef

Complementary Color

#ae3cef #7def3c

#ae3cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3cef Color CSS Codes

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

#ae3cef Text Font Color

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

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


#ae3cef Background Color

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

This div background color is #ae3cef


#ae3cef Border Color

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

This div border color is #ae3cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3cef


Comments

No comments written yet.

Please login to write comment.