Color Hex Logo

#ae1acf Color Hex

#AE1ACF
(174,26,207)
0 Favorites   0 Comments

Color spaces of #ae1acf

RGB 17426207
HSL0.800.780.46
HSV289°87°81°
CMYK 0.160.870.00   0.19
XYZ29.087414.242560.2475
Yxy14.24250.28080.1375
Hunter Lab37.739271.5347-68.2340
CIE-Lab44.578775.8297-59.7476

#ae1acf color RGB value is (174,26,207).

#ae1acf hex color red value is 174, green value is 26 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ae1acf hue: 0.80 , saturation: 0.78 and the lightness value of ae1acf is 0.46.

The process color (four color CMYK) of #ae1acf color hex is 0.16, 0.87, 0.00, 0.19. Web safe color of #ae1acf is #9933cc. Color #ae1acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011010 11001111
Octal 256 32 317
Decimal 174 26 207
Hex AE 1A CF

RGB Percentages of Color #ae1acf

%42.75
%6.39
%50.86

CMYK Percentages of Color #ae1acf

%16
%87
%0
%19

Triadic Colors of #ae1acf

#ae1acf #cfae1a #1acfae

Analogous Colors of #ae1acf

#ae1acf #cf1a96 #541acf

Monochromatic Colors of #ae1acf

#ae1acf

Complementary Color

#ae1acf #3bcf1a

#ae1acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1acf Color CSS Codes

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

#ae1acf Text Font Color

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

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


#ae1acf Background Color

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

This div background color is #ae1acf


#ae1acf Border Color

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

This div border color is #ae1acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1acf


Comments

No comments written yet.

Please login to write comment.