Color Hex Logo

#ae0359 Color Hex

#AE0359
(174,3,89)
0 Favorites   0 Comments

Color spaces of #ae0359

RGB 174389
HSL0.920.970.35
HSV330°98°68°
CMYK 0.000.980.49   0.32
XYZ19.29139.785110.3231
Yxy9.78510.48960.2484
Hunter Lab31.281155.34022.3305
CIE-Lab37.453963.43520.9651

#ae0359 color RGB value is (174,3,89).

#ae0359 hex color red value is 174, green value is 3 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #ae0359 hue: 0.92 , saturation: 0.97 and the lightness value of ae0359 is 0.35.

The process color (four color CMYK) of #ae0359 color hex is 0.00, 0.98, 0.49, 0.32. Web safe color of #ae0359 is #990066. Color #ae0359 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000011 01011001
Octal 256 3 131
Decimal 174 3 89
Hex AE 3 59

RGB Percentages of Color #ae0359

%65.41
%1.13
%33.46

CMYK Percentages of Color #ae0359

%0
%98
%49
%32

Triadic Colors of #ae0359

#ae0359 #59ae03 #0359ae

Analogous Colors of #ae0359

#ae0359 #ae0303 #ae03ae

Monochromatic Colors of #ae0359

#ae0359

Complementary Color

#ae0359 #03ae58

#ae0359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0359 Color CSS Codes

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

#ae0359 Text Font Color

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

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


#ae0359 Background Color

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

This div background color is #ae0359


#ae0359 Border Color

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

This div border color is #ae0359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0359


Comments

No comments written yet.

Please login to write comment.