Color Hex Logo

#ae74ba Color Hex

#AE74BA
(174,116,186)
0 Favorites   0 Comments

Color spaces of #ae74ba

RGB 174116186
HSL0.800.340.59
HSV290°38°73°
CMYK 0.060.380.00   0.27
XYZ32.563925.034649.5702
Yxy25.03460.30390.2336
Hunter Lab50.034628.6122-23.7155
CIE-Lab57.109134.7412-27.8067

#ae74ba color RGB value is (174,116,186).

#ae74ba hex color red value is 174, green value is 116 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ae74ba hue: 0.80 , saturation: 0.34 and the lightness value of ae74ba is 0.59.

The process color (four color CMYK) of #ae74ba color hex is 0.06, 0.38, 0.00, 0.27. Web safe color of #ae74ba is #9966cc. Color #ae74ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110100 10111010
Octal 256 164 272
Decimal 174 116 186
Hex AE 74 BA

RGB Percentages of Color #ae74ba

%36.55
%24.37
%39.08

CMYK Percentages of Color #ae74ba

%6
%38
%0
%27

Triadic Colors of #ae74ba

#ae74ba #baae74 #74baae

Analogous Colors of #ae74ba

#ae74ba #ba74a3 #8b74ba

Monochromatic Colors of #ae74ba

#ae74ba

Complementary Color

#ae74ba #80ba74

#ae74ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae74ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae74ba Color CSS Codes

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

#ae74ba Text Font Color

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

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


#ae74ba Background Color

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

This div background color is #ae74ba


#ae74ba Border Color

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

This div border color is #ae74ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae74ba


Comments

No comments written yet.

Please login to write comment.