Color Hex Logo

#ae48ce Color Hex

#AE48CE
(174,72,206)
0 Favorites   0 Comments

Color spaces of #ae48ce

RGB 17472206
HSL0.790.580.55
HSV286°65°81°
CMYK 0.160.650.00   0.19
XYZ30.913518.089660.2548
Yxy18.08960.28290.1656
Hunter Lab42.531955.3086-54.2237
CIE-Lab49.604661.0749-51.0889

#ae48ce color RGB value is (174,72,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001000 11001110
Octal 256 110 316
Decimal 174 72 206
Hex AE 48 CE

RGB Percentages of Color #ae48ce

%38.50
%15.93
%45.58

CMYK Percentages of Color #ae48ce

%16
%65
%0
%19

Triadic Colors of #ae48ce

#ae48ce #ceae48 #48ceae

Analogous Colors of #ae48ce

#ae48ce #ce48ab #6b48ce

Monochromatic Colors of #ae48ce

#ae48ce

Complementary Color

#ae48ce #68ce48

#ae48ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae48ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae48ce Color CSS Codes

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

#ae48ce Text Font Color

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

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


#ae48ce Background Color

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

This div background color is #ae48ce


#ae48ce Border Color

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

This div border color is #ae48ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae48ce


Comments

No comments written yet.

Please login to write comment.