Color Hex Logo

#ae7cdd Color Hex

#AE7CDD
(174,124,221)
0 Favorites   0 Comments

Color spaces of #ae7cdd

RGB 174124221
HSL0.750.590.68
HSV271°44°87°
CMYK 0.210.440.00   0.13
XYZ37.714428.634471.9458
Yxy28.63440.27270.2071
Hunter Lab53.511132.1615-42.2577
CIE-Lab60.457637.8587-42.3753

#ae7cdd color RGB value is (174,124,221).

#ae7cdd hex color red value is 174, green value is 124 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ae7cdd hue: 0.75 , saturation: 0.59 and the lightness value of ae7cdd is 0.68.

The process color (four color CMYK) of #ae7cdd color hex is 0.21, 0.44, 0.00, 0.13. Web safe color of #ae7cdd is #9966cc. Color #ae7cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111100 11011101
Octal 256 174 335
Decimal 174 124 221
Hex AE 7C DD

RGB Percentages of Color #ae7cdd

%33.53
%23.89
%42.58

CMYK Percentages of Color #ae7cdd

%21
%44
%0
%13

Triadic Colors of #ae7cdd

#ae7cdd #ddae7c #7cddae

Analogous Colors of #ae7cdd

#ae7cdd #dd7cdc #7e7cdd

Monochromatic Colors of #ae7cdd

#ae7cdd

Complementary Color

#ae7cdd #abdd7c

#ae7cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7cdd Color CSS Codes

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

#ae7cdd Text Font Color

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

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


#ae7cdd Background Color

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

This div background color is #ae7cdd


#ae7cdd Border Color

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

This div border color is #ae7cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7cdd


Comments

No comments written yet.

Please login to write comment.