Color Hex Logo

#ae7cfa Color Hex

#AE7CFA
(174,124,250)
0 Favorites   0 Comments

Color spaces of #ae7cfa

RGB 174124250
HSL0.730.930.73
HSV264°50°98°
CMYK 0.300.500.00   0.02
XYZ41.918530.316194.0847
Yxy30.31610.25200.1823
Hunter Lab55.060139.5411-62.7706
CIE-Lab61.926044.7036-56.1395

#ae7cfa color RGB value is (174,124,250).

#ae7cfa hex color red value is 174, green value is 124 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ae7cfa hue: 0.73 , saturation: 0.93 and the lightness value of ae7cfa is 0.73.

The process color (four color CMYK) of #ae7cfa color hex is 0.30, 0.50, 0.00, 0.02. Web safe color of #ae7cfa is #9966ff. Color #ae7cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111100 11111010
Octal 256 174 372
Decimal 174 124 250
Hex AE 7C FA

RGB Percentages of Color #ae7cfa

%31.75
%22.63
%45.62

CMYK Percentages of Color #ae7cfa

%30
%50
%0
%2

Triadic Colors of #ae7cfa

#ae7cfa #faae7c #7cfaae

Analogous Colors of #ae7cfa

#ae7cfa #ed7cfa #7c89fa

Monochromatic Colors of #ae7cfa

#ae7cfa

Complementary Color

#ae7cfa #c8fa7c

#ae7cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7cfa Color CSS Codes

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

#ae7cfa Text Font Color

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

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


#ae7cfa Background Color

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

This div background color is #ae7cfa


#ae7cfa Border Color

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

This div border color is #ae7cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7cfa


Comments

No comments written yet.

Please login to write comment.