Color Hex Logo

#ae3469 Color Hex

#AE3469
(174,52,105)
0 Favorites   0 Comments

Color spaces of #ae3469

RGB 17452105
HSL0.930.540.44
HSV334°70°68°
CMYK 0.000.700.40   0.32
XYZ21.233412.474614.6533
Yxy12.47460.43910.2579
Hunter Lab35.319445.50210.1254
CIE-Lab41.960753.5565-2.5594

#ae3469 color RGB value is (174,52,105).

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

The process color (four color CMYK) of #ae3469 color hex is 0.00, 0.70, 0.40, 0.32. Web safe color of #ae3469 is #993366. Color #ae3469 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 01101001
Octal 256 64 151
Decimal 174 52 105
Hex AE 34 69

RGB Percentages of Color #ae3469

%52.57
%15.71
%31.72

CMYK Percentages of Color #ae3469

%0
%70
%40
%32

Triadic Colors of #ae3469

#ae3469 #69ae34 #3469ae

Analogous Colors of #ae3469

#ae3469 #ae3c34 #ae34a6

Monochromatic Colors of #ae3469

#ae3469

Complementary Color

#ae3469 #34ae79

#ae3469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3469 Color CSS Codes

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

#ae3469 Text Font Color

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

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


#ae3469 Background Color

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

This div background color is #ae3469


#ae3469 Border Color

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

This div border color is #ae3469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3469


Comments

No comments written yet.

Please login to write comment.