Color Hex Logo

#ae42cf Color Hex

#AE42CF
(174,66,207)
0 Favorites   0 Comments

Color spaces of #ae42cf

RGB 17466207
HSL0.790.590.54
HSV286°68°81°
CMYK 0.160.680.00   0.19
XYZ30.666317.400160.7737
Yxy17.40010.28180.1599
Hunter Lab41.713458.2287-57.1822
CIE-Lab48.760363.7953-53.0147

#ae42cf color RGB value is (174,66,207).

#ae42cf hex color red value is 174, green value is 66 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ae42cf hue: 0.79 , saturation: 0.59 and the lightness value of ae42cf is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 11001111
Octal 256 102 317
Decimal 174 66 207
Hex AE 42 CF

RGB Percentages of Color #ae42cf

%38.93
%14.77
%46.31

CMYK Percentages of Color #ae42cf

%16
%68
%0
%19

Triadic Colors of #ae42cf

#ae42cf #cfae42 #42cfae

Analogous Colors of #ae42cf

#ae42cf #cf42aa #6842cf

Monochromatic Colors of #ae42cf

#ae42cf

Complementary Color

#ae42cf #63cf42

#ae42cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae42cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae42cf Color CSS Codes

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

#ae42cf Text Font Color

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

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


#ae42cf Background Color

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

This div background color is #ae42cf


#ae42cf Border Color

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

This div border color is #ae42cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae42cf


Comments

No comments written yet.

Please login to write comment.