Color Hex Logo

#ae62ab Color Hex

#AE62AB
(174,98,171)
0 Favorites   0 Comments

Color spaces of #ae62ab

RGB 17498171
HSL0.840.320.53
HSV302°44°68°
CMYK 0.000.440.02   0.32
XYZ29.173920.674340.9810
Yxy20.67430.32120.2276
Hunter Lab45.469034.9587-21.6095
CIE-Lab52.591241.6269-26.1406

#ae62ab color RGB value is (174,98,171).

#ae62ab hex color red value is 174, green value is 98 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ae62ab hue: 0.84 , saturation: 0.32 and the lightness value of ae62ab is 0.53.

The process color (four color CMYK) of #ae62ab color hex is 0.00, 0.44, 0.02, 0.32. Web safe color of #ae62ab is #996699. Color #ae62ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100010 10101011
Octal 256 142 253
Decimal 174 98 171
Hex AE 62 AB

RGB Percentages of Color #ae62ab

%39.28
%22.12
%38.60

CMYK Percentages of Color #ae62ab

%0
%44
%2
%32

Triadic Colors of #ae62ab

#ae62ab #abae62 #62abae

Analogous Colors of #ae62ab

#ae62ab #ae6285 #8b62ae

Monochromatic Colors of #ae62ab

#ae62ab

Complementary Color

#ae62ab #62ae65

#ae62ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae62ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae62ab Color CSS Codes

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

#ae62ab Text Font Color

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

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


#ae62ab Background Color

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

This div background color is #ae62ab


#ae62ab Border Color

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

This div border color is #ae62ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae62ab


Comments

No comments written yet.

Please login to write comment.