Color Hex Logo

#ae44ce Color Hex

#AE44CE
(174,68,206)
0 Favorites   0 Comments

Color spaces of #ae44ce

RGB 17468206
HSL0.790.580.54
HSV286°67°81°
CMYK 0.160.670.00   0.19
XYZ30.663317.589160.1714
Yxy17.58910.28280.1622
Hunter Lab41.939457.1136-55.7072
CIE-Lab48.993962.7771-52.0660

#ae44ce color RGB value is (174,68,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 11001110
Octal 256 104 316
Decimal 174 68 206
Hex AE 44 CE

RGB Percentages of Color #ae44ce

%38.84
%15.18
%45.98

CMYK Percentages of Color #ae44ce

%16
%67
%0
%19

Triadic Colors of #ae44ce

#ae44ce #ceae44 #44ceae

Analogous Colors of #ae44ce

#ae44ce #ce44a9 #6944ce

Monochromatic Colors of #ae44ce

#ae44ce

Complementary Color

#ae44ce #64ce44

#ae44ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae44ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae44ce Color CSS Codes

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

#ae44ce Text Font Color

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

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


#ae44ce Background Color

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

This div background color is #ae44ce


#ae44ce Border Color

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

This div border color is #ae44ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae44ce


Comments

No comments written yet.

Please login to write comment.