Color Hex Logo

#ae7cda Color Hex

#AE7CDA
(174,124,218)
0 Favorites   0 Comments

Color spaces of #ae7cda

RGB 174124218
HSL0.760.560.67
HSV272°43°85°
CMYK 0.200.430.00   0.15
XYZ37.318128.475969.8592
Yxy28.47590.27510.2099
Hunter Lab53.362831.4451-40.2647
CIE-Lab60.316337.1764-40.9184

#ae7cda color RGB value is (174,124,218).

#ae7cda hex color red value is 174, green value is 124 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ae7cda hue: 0.76 , saturation: 0.56 and the lightness value of ae7cda is 0.67.

The process color (four color CMYK) of #ae7cda color hex is 0.20, 0.43, 0.00, 0.15. Web safe color of #ae7cda is #9966cc. Color #ae7cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111100 11011010
Octal 256 174 332
Decimal 174 124 218
Hex AE 7C DA

RGB Percentages of Color #ae7cda

%33.72
%24.03
%42.25

CMYK Percentages of Color #ae7cda

%20
%43
%0
%15

Triadic Colors of #ae7cda

#ae7cda #daae7c #7cdaae

Analogous Colors of #ae7cda

#ae7cda #da7cd7 #7f7cda

Monochromatic Colors of #ae7cda

#ae7cda

Complementary Color

#ae7cda #a8da7c

#ae7cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7cda Color CSS Codes

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

#ae7cda Text Font Color

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

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


#ae7cda Background Color

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

This div background color is #ae7cda


#ae7cda Border Color

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

This div border color is #ae7cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7cda


Comments

No comments written yet.

Please login to write comment.