Color Hex Logo

#ae7cdf Color Hex

#AE7CDF
(174,124,223)
0 Favorites   0 Comments

Color spaces of #ae7cdf

RGB 174124223
HSL0.750.610.68
HSV270°44°87°
CMYK 0.220.440.00   0.13
XYZ37.982528.741773.3578
Yxy28.74170.27110.2052
Hunter Lab53.611332.6438-43.6002
CIE-Lab60.553038.3161-43.3431

#ae7cdf color RGB value is (174,124,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111100 11011111
Octal 256 174 337
Decimal 174 124 223
Hex AE 7C DF

RGB Percentages of Color #ae7cdf

%33.40
%23.80
%42.80

CMYK Percentages of Color #ae7cdf

%22
%44
%0
%13

Triadic Colors of #ae7cdf

#ae7cdf #dfae7c #7cdfae

Analogous Colors of #ae7cdf

#ae7cdf #df7cdf #7d7cdf

Monochromatic Colors of #ae7cdf

#ae7cdf

Complementary Color

#ae7cdf #addf7c

#ae7cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7cdf Color CSS Codes

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

#ae7cdf Text Font Color

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

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


#ae7cdf Background Color

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

This div background color is #ae7cdf


#ae7cdf Border Color

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

This div border color is #ae7cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7cdf


Comments

No comments written yet.

Please login to write comment.