Color Hex Logo

#ae03ca Color Hex

#AE03CA
(174,3,202)
0 Favorites   0 Comments

Color spaces of #ae03ca

RGB 1743202
HSL0.810.970.40
HSV292°99°79°
CMYK 0.140.990.00   0.21
XYZ28.148813.328156.9661
Yxy13.32810.28590.1354
Hunter Lab36.507773.7419-66.9600
CIE-Lab43.253577.8779-58.9956

#ae03ca color RGB value is (174,3,202).

#ae03ca hex color red value is 174, green value is 3 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ae03ca hue: 0.81 , saturation: 0.97 and the lightness value of ae03ca is 0.40.

The process color (four color CMYK) of #ae03ca color hex is 0.14, 0.99, 0.00, 0.21. Web safe color of #ae03ca is #9900cc. Color #ae03ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000011 11001010
Octal 256 3 312
Decimal 174 3 202
Hex AE 3 CA

RGB Percentages of Color #ae03ca

%45.91
%0.79
%53.30

CMYK Percentages of Color #ae03ca

%14
%99
%0
%21

Triadic Colors of #ae03ca

#ae03ca #caae03 #03caae

Analogous Colors of #ae03ca

#ae03ca #ca0383 #4b03ca

Monochromatic Colors of #ae03ca

#ae03ca

Complementary Color

#ae03ca #1fca03

#ae03ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae03ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae03ca Color CSS Codes

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

#ae03ca Text Font Color

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

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


#ae03ca Background Color

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

This div background color is #ae03ca


#ae03ca Border Color

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

This div border color is #ae03ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae03ca


Comments

No comments written yet.

Please login to write comment.