Color Hex Logo

#ae6cda Color Hex

#AE6CDA
(174,108,218)
0 Favorites   0 Comments

Color spaces of #ae6cda

RGB 174108218
HSL0.770.600.64
HSV276°50°85°
CMYK 0.200.500.00   0.15
XYZ35.473024.785869.2442
Yxy24.78580.27390.1914
Hunter Lab49.785340.0603-47.6141
CIE-Lab56.866145.9114-46.3593

#ae6cda color RGB value is (174,108,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101100 11011010
Octal 256 154 332
Decimal 174 108 218
Hex AE 6C DA

RGB Percentages of Color #ae6cda

%34.80
%21.60
%43.60

CMYK Percentages of Color #ae6cda

%20
%50
%0
%15

Triadic Colors of #ae6cda

#ae6cda #daae6c #6cdaae

Analogous Colors of #ae6cda

#ae6cda #da6ccf #776cda

Monochromatic Colors of #ae6cda

#ae6cda

Complementary Color

#ae6cda #98da6c

#ae6cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6cda Color CSS Codes

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

#ae6cda Text Font Color

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

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


#ae6cda Background Color

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

This div background color is #ae6cda


#ae6cda Border Color

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

This div border color is #ae6cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6cda


Comments

No comments written yet.

Please login to write comment.