Color Hex Logo

#ae34af Color Hex

#AE34AF
(174,52,175)
0 Favorites   0 Comments

Color spaces of #ae34af

RGB 17452175
HSL0.830.540.45
HSV300°70°69°
CMYK 0.010.700.00   0.31
XYZ26.421414.549841.9733
Yxy14.54980.31850.1754
Hunter Lab38.144256.8895-38.5409
CIE-Lab45.011363.3393-40.3655

#ae34af color RGB value is (174,52,175).

#ae34af hex color red value is 174, green value is 52 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ae34af hue: 0.83 , saturation: 0.54 and the lightness value of ae34af is 0.45.

The process color (four color CMYK) of #ae34af color hex is 0.01, 0.70, 0.00, 0.31. Web safe color of #ae34af is #993399. Color #ae34af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 10101111
Octal 256 64 257
Decimal 174 52 175
Hex AE 34 AF

RGB Percentages of Color #ae34af

%43.39
%12.97
%43.64

CMYK Percentages of Color #ae34af

%1
%70
%0
%31

Triadic Colors of #ae34af

#ae34af #afae34 #34afae

Analogous Colors of #ae34af

#ae34af #af3473 #7134af

Monochromatic Colors of #ae34af

#ae34af

Complementary Color

#ae34af #35af34

#ae34af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae34af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae34af Color CSS Codes

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

#ae34af Text Font Color

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

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


#ae34af Background Color

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

This div background color is #ae34af


#ae34af Border Color

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

This div border color is #ae34af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae34af


Comments

No comments written yet.

Please login to write comment.