Color Hex Logo

#ae77ec Color Hex

#AE77EC
(174,119,236)
0 Favorites   0 Comments

Color spaces of #ae77ec

RGB 174119236
HSL0.750.750.70
HSV268°50°93°
CMYK 0.260.500.00   0.07
XYZ39.192728.248582.7437
Yxy28.24850.26100.1881
Hunter Lab53.149338.6159-55.0991
CIE-Lab60.112644.0850-51.2821

#ae77ec color RGB value is (174,119,236).

#ae77ec hex color red value is 174, green value is 119 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ae77ec hue: 0.75 , saturation: 0.75 and the lightness value of ae77ec is 0.70.

The process color (four color CMYK) of #ae77ec color hex is 0.26, 0.50, 0.00, 0.07. Web safe color of #ae77ec is #9966ff. Color #ae77ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110111 11101100
Octal 256 167 354
Decimal 174 119 236
Hex AE 77 EC

RGB Percentages of Color #ae77ec

%32.89
%22.50
%44.61

CMYK Percentages of Color #ae77ec

%26
%50
%0
%7

Triadic Colors of #ae77ec

#ae77ec #ecae77 #77ecae

Analogous Colors of #ae77ec

#ae77ec #e977ec #777bec

Monochromatic Colors of #ae77ec

#ae77ec

Complementary Color

#ae77ec #b5ec77

#ae77ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae77ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae77ec Color CSS Codes

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

#ae77ec Text Font Color

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

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


#ae77ec Background Color

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

This div background color is #ae77ec


#ae77ec Border Color

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

This div border color is #ae77ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae77ec


Comments

No comments written yet.

Please login to write comment.