Color Hex Logo

#ae20c0 Color Hex

#AE20C0
(174,32,192)
0 Favorites   0 Comments

Color spaces of #ae20c0

RGB 17432192
HSL0.810.710.44
HSV293°83°75°
CMYK 0.090.830.00   0.25
XYZ27.486513.837551.0914
Yxy13.83750.29740.1497
Hunter Lab37.198866.7973-55.3938
CIE-Lab43.999072.0300-51.9684

#ae20c0 color RGB value is (174,32,192).

#ae20c0 hex color red value is 174, green value is 32 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #ae20c0 hue: 0.81 , saturation: 0.71 and the lightness value of ae20c0 is 0.44.

The process color (four color CMYK) of #ae20c0 color hex is 0.09, 0.83, 0.00, 0.25. Web safe color of #ae20c0 is #9933cc. Color #ae20c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100000 11000000
Octal 256 40 300
Decimal 174 32 192
Hex AE 20 C0

RGB Percentages of Color #ae20c0

%43.72
%8.04
%48.24

CMYK Percentages of Color #ae20c0

%9
%83
%0
%25

Triadic Colors of #ae20c0

#ae20c0 #c0ae20 #20c0ae

Analogous Colors of #ae20c0

#ae20c0 #c02082 #5e20c0

Monochromatic Colors of #ae20c0

#ae20c0

Complementary Color

#ae20c0 #32c020

#ae20c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae20c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae20c0 Color CSS Codes

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

#ae20c0 Text Font Color

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

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


#ae20c0 Background Color

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

This div background color is #ae20c0


#ae20c0 Border Color

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

This div border color is #ae20c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae20c0


Comments

No comments written yet.

Please login to write comment.