Color Hex Logo

#ae2acf Color Hex

#AE2ACF
(174,42,207)
0 Favorites   0 Comments

Color spaces of #ae2acf

RGB 17442207
HSL0.800.660.49
HSV288°80°81°
CMYK 0.160.800.00   0.19
XYZ29.546015.159660.4003
Yxy15.15960.28110.1442
Hunter Lab38.935367.3175-64.7217
CIE-Lab45.852072.1029-57.6909

#ae2acf color RGB value is (174,42,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101010 11001111
Octal 256 52 317
Decimal 174 42 207
Hex AE 2A CF

RGB Percentages of Color #ae2acf

%41.13
%9.93
%48.94

CMYK Percentages of Color #ae2acf

%16
%80
%0
%19

Triadic Colors of #ae2acf

#ae2acf #cfae2a #2acfae

Analogous Colors of #ae2acf

#ae2acf #cf2a9e #5c2acf

Monochromatic Colors of #ae2acf

#ae2acf

Complementary Color

#ae2acf #4bcf2a

#ae2acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2acf Color CSS Codes

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

#ae2acf Text Font Color

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

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


#ae2acf Background Color

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

This div background color is #ae2acf


#ae2acf Border Color

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

This div border color is #ae2acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2acf


Comments

No comments written yet.

Please login to write comment.