Color Hex Logo

#ae42ba Color Hex

#AE42BA
(174,66,186)
0 Favorites   0 Comments

Color spaces of #ae42ba

RGB 17466186
HSL0.820.480.49
HSV294°65°73°
CMYK 0.060.650.00   0.27
XYZ28.266716.440348.1378
Yxy16.44030.30450.1771
Hunter Lab40.546653.4829-42.0077
CIE-Lab47.546959.8364-42.7967

#ae42ba color RGB value is (174,66,186).

#ae42ba hex color red value is 174, green value is 66 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ae42ba hue: 0.82 , saturation: 0.48 and the lightness value of ae42ba is 0.49.

The process color (four color CMYK) of #ae42ba color hex is 0.06, 0.65, 0.00, 0.27. Web safe color of #ae42ba is #9933cc. Color #ae42ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 10111010
Octal 256 102 272
Decimal 174 66 186
Hex AE 42 BA

RGB Percentages of Color #ae42ba

%40.85
%15.49
%43.66

CMYK Percentages of Color #ae42ba

%6
%65
%0
%27

Triadic Colors of #ae42ba

#ae42ba #baae42 #42baae

Analogous Colors of #ae42ba

#ae42ba #ba428a #7242ba

Monochromatic Colors of #ae42ba

#ae42ba

Complementary Color

#ae42ba #4eba42

#ae42ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae42ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae42ba Color CSS Codes

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

#ae42ba Text Font Color

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

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


#ae42ba Background Color

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

This div background color is #ae42ba


#ae42ba Border Color

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

This div border color is #ae42ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae42ba


Comments

No comments written yet.

Please login to write comment.