Color Hex Logo

#ae78ca Color Hex

#AE78CA
(174,120,202)
0 Favorites   0 Comments

Color spaces of #ae78ca

RGB 174120202
HSL0.780.440.63
HSV280°41°79°
CMYK 0.140.410.00   0.21
XYZ34.832726.695959.1941
Yxy26.69590.28850.2211
Hunter Lab51.668129.9189-31.7586
CIE-Lab58.691835.8630-34.4521

#ae78ca color RGB value is (174,120,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111000 11001010
Octal 256 170 312
Decimal 174 120 202
Hex AE 78 CA

RGB Percentages of Color #ae78ca

%35.08
%24.19
%40.73

CMYK Percentages of Color #ae78ca

%14
%41
%0
%21

Triadic Colors of #ae78ca

#ae78ca #caae78 #78caae

Analogous Colors of #ae78ca

#ae78ca #ca78bd #8578ca

Monochromatic Colors of #ae78ca

#ae78ca

Complementary Color

#ae78ca #94ca78

#ae78ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae78ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae78ca Color CSS Codes

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

#ae78ca Text Font Color

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

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


#ae78ca Background Color

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

This div background color is #ae78ca


#ae78ca Border Color

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

This div border color is #ae78ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae78ca


Comments

No comments written yet.

Please login to write comment.