Color Hex Logo

#ae71ca Color Hex

#AE71CA
(174,113,202)
0 Favorites   0 Comments

Color spaces of #ae71ca

RGB 174113202
HSL0.780.460.62
HSV281°44°79°
CMYK 0.140.440.00   0.21
XYZ34.021425.073258.9236
Yxy25.07320.28830.2125
Hunter Lab50.073133.6510-34.7183
CIE-Lab57.146739.7232-36.8671

#ae71ca color RGB value is (174,113,202).

#ae71ca hex color red value is 174, green value is 113 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ae71ca hue: 0.78 , saturation: 0.46 and the lightness value of ae71ca is 0.62.

The process color (four color CMYK) of #ae71ca color hex is 0.14, 0.44, 0.00, 0.21. Web safe color of #ae71ca is #9966cc. Color #ae71ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110001 11001010
Octal 256 161 312
Decimal 174 113 202
Hex AE 71 CA

RGB Percentages of Color #ae71ca

%35.58
%23.11
%41.31

CMYK Percentages of Color #ae71ca

%14
%44
%0
%21

Triadic Colors of #ae71ca

#ae71ca #caae71 #71caae

Analogous Colors of #ae71ca

#ae71ca #ca71ba #8271ca

Monochromatic Colors of #ae71ca

#ae71ca

Complementary Color

#ae71ca #8dca71

#ae71ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae71ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae71ca Color CSS Codes

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

#ae71ca Text Font Color

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

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


#ae71ca Background Color

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

This div background color is #ae71ca


#ae71ca Border Color

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

This div border color is #ae71ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae71ca


Comments

No comments written yet.

Please login to write comment.