Color Hex Logo

#ae1cdf Color Hex

#AE1CDF
(174,28,223)
0 Favorites   0 Comments

Color spaces of #ae1cdf

RGB 17428223
HSL0.790.780.49
HSV285°87°87°
CMYK 0.220.870.00   0.13
XYZ31.190115.156971.0937
Yxy15.15690.26560.1291
Hunter Lab38.931974.8738-81.0175
CIE-Lab45.848378.2881-66.8732

#ae1cdf color RGB value is (174,28,223).

#ae1cdf hex color red value is 174, green value is 28 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ae1cdf hue: 0.79 , saturation: 0.78 and the lightness value of ae1cdf is 0.49.

The process color (four color CMYK) of #ae1cdf color hex is 0.22, 0.87, 0.00, 0.13. Web safe color of #ae1cdf is #9933cc. Color #ae1cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011100 11011111
Octal 256 34 337
Decimal 174 28 223
Hex AE 1C DF

RGB Percentages of Color #ae1cdf

%40.94
%6.59
%52.47

CMYK Percentages of Color #ae1cdf

%22
%87
%0
%13

Triadic Colors of #ae1cdf

#ae1cdf #dfae1c #1cdfae

Analogous Colors of #ae1cdf

#ae1cdf #df1caf #4c1cdf

Monochromatic Colors of #ae1cdf

#ae1cdf

Complementary Color

#ae1cdf #4ddf1c

#ae1cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1cdf Color CSS Codes

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

#ae1cdf Text Font Color

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

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


#ae1cdf Background Color

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

This div background color is #ae1cdf


#ae1cdf Border Color

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

This div border color is #ae1cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1cdf


Comments

No comments written yet.

Please login to write comment.