Color Hex Logo

#ae3373 Color Hex

#AE3373
(174,51,115)
0 Favorites   0 Comments

Color spaces of #ae3373

RGB 17451115
HSL0.910.550.44
HSV329°71°68°
CMYK 0.000.710.34   0.32
XYZ21.733912.604117.5070
Yxy12.60410.41920.2431
Hunter Lab35.502347.1458-4.3857
CIE-Lab42.160655.0602-8.4777

#ae3373 color RGB value is (174,51,115).

#ae3373 hex color red value is 174, green value is 51 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ae3373 hue: 0.91 , saturation: 0.55 and the lightness value of ae3373 is 0.44.

The process color (four color CMYK) of #ae3373 color hex is 0.00, 0.71, 0.34, 0.32. Web safe color of #ae3373 is #993366. Color #ae3373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110011 01110011
Octal 256 63 163
Decimal 174 51 115
Hex AE 33 73

RGB Percentages of Color #ae3373

%51.18
%15.00
%33.82

CMYK Percentages of Color #ae3373

%0
%71
%34
%32

Triadic Colors of #ae3373

#ae3373 #73ae33 #3373ae

Analogous Colors of #ae3373

#ae3373 #ae3336 #ac33ae

Monochromatic Colors of #ae3373

#ae3373

Complementary Color

#ae3373 #33ae6e

#ae3373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3373 Color CSS Codes

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

#ae3373 Text Font Color

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

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


#ae3373 Background Color

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

This div background color is #ae3373


#ae3373 Border Color

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

This div border color is #ae3373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3373


Comments

No comments written yet.

Please login to write comment.