Color Hex Logo

#ae00c5 Color Hex

#AE00C5
(174,0,197)
0 Favorites   0 Comments

Color spaces of #ae00c5

RGB 1740197
HSL0.811.000.39
HSV293°100°77°
CMYK 0.121.000.00   0.23
XYZ27.533613.029953.8872
Yxy13.02990.29150.1380
Hunter Lab36.097072.9844-63.2430
CIE-Lab42.808377.3512-56.8060

#ae00c5 color RGB value is (174,0,197).

#ae00c5 hex color red value is 174, green value is 0 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #ae00c5 hue: 0.81 , saturation: 1.00 and the lightness value of ae00c5 is 0.39.

The process color (four color CMYK) of #ae00c5 color hex is 0.12, 1.00, 0.00, 0.23. Web safe color of #ae00c5 is #9900cc. Color #ae00c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000000 11000101
Octal 256 0 305
Decimal 174 0 197
Hex AE 0 C5

RGB Percentages of Color #ae00c5

%46.90
%0.00
%53.10

CMYK Percentages of Color #ae00c5

%12
%100
%0
%23

Triadic Colors of #ae00c5

#ae00c5 #c5ae00 #00c5ae

Analogous Colors of #ae00c5

#ae00c5 #c5007a #4c00c5

Monochromatic Colors of #ae00c5

#ae00c5

Complementary Color

#ae00c5 #17c500

#ae00c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae00c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae00c5 Color CSS Codes

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

#ae00c5 Text Font Color

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

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


#ae00c5 Background Color

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

This div background color is #ae00c5


#ae00c5 Border Color

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

This div border color is #ae00c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae00c5


Comments

No comments written yet.

Please login to write comment.