Color Hex Logo

#ae10ca Color Hex

#AE10CA
(174,16,202)
0 Favorites   0 Comments

Color spaces of #ae10ca

RGB 17416202
HSL0.810.850.43
HSV291°92°79°
CMYK 0.140.920.00   0.21
XYZ28.301513.633557.0170
Yxy13.63350.28600.1378
Hunter Lab36.923672.2020-65.7085
CIE-Lab43.702776.5434-58.2692

#ae10ca color RGB value is (174,16,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010000 11001010
Octal 256 20 312
Decimal 174 16 202
Hex AE 10 CA

RGB Percentages of Color #ae10ca

%44.39
%4.08
%51.53

CMYK Percentages of Color #ae10ca

%14
%92
%0
%21

Triadic Colors of #ae10ca

#ae10ca #caae10 #10caae

Analogous Colors of #ae10ca

#ae10ca #ca1089 #5110ca

Monochromatic Colors of #ae10ca

#ae10ca

Complementary Color

#ae10ca #2cca10

#ae10ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae10ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae10ca Color CSS Codes

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

#ae10ca Text Font Color

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

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


#ae10ca Background Color

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

This div background color is #ae10ca


#ae10ca Border Color

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

This div border color is #ae10ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae10ca


Comments

No comments written yet.

Please login to write comment.