Color Hex Logo

#ae45ba Color Hex

#AE45BA
(174,69,186)
0 Favorites   0 Comments

Color spaces of #ae45ba

RGB 17469186
HSL0.820.460.50
HSV294°63°73°
CMYK 0.060.630.00   0.27
XYZ28.446616.800148.1978
Yxy16.80010.30440.1798
Hunter Lab40.987952.1544-41.0277
CIE-Lab48.007258.5592-42.0665

#ae45ba color RGB value is (174,69,186).

#ae45ba hex color red value is 174, green value is 69 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ae45ba hue: 0.82 , saturation: 0.46 and the lightness value of ae45ba is 0.50.

The process color (four color CMYK) of #ae45ba color hex is 0.06, 0.63, 0.00, 0.27. Web safe color of #ae45ba is #9933cc. Color #ae45ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000101 10111010
Octal 256 105 272
Decimal 174 69 186
Hex AE 45 BA

RGB Percentages of Color #ae45ba

%40.56
%16.08
%43.36

CMYK Percentages of Color #ae45ba

%6
%63
%0
%27

Triadic Colors of #ae45ba

#ae45ba #baae45 #45baae

Analogous Colors of #ae45ba

#ae45ba #ba458c #7445ba

Monochromatic Colors of #ae45ba

#ae45ba

Complementary Color

#ae45ba #51ba45

#ae45ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae45ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae45ba Color CSS Codes

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

#ae45ba Text Font Color

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

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


#ae45ba Background Color

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

This div background color is #ae45ba


#ae45ba Border Color

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

This div border color is #ae45ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae45ba


Comments

No comments written yet.

Please login to write comment.