Color Hex Logo

#ae0635 Color Hex

#AE0635
(174,6,53)
0 Favorites   0 Comments

Color spaces of #ae0635

RGB 174653
HSL0.950.930.35
HSV343°97°68°
CMYK 0.000.970.70   0.32
XYZ18.16339.38604.2225
Yxy9.38600.57170.2954
Hunter Lab30.636652.212113.2739
CIE-Lab36.717160.768723.1950

#ae0635 color RGB value is (174,6,53).

#ae0635 hex color red value is 174, green value is 6 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #ae0635 hue: 0.95 , saturation: 0.93 and the lightness value of ae0635 is 0.35.

The process color (four color CMYK) of #ae0635 color hex is 0.00, 0.97, 0.70, 0.32. Web safe color of #ae0635 is #990033. Color #ae0635 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000110 00110101
Octal 256 6 65
Decimal 174 6 53
Hex AE 6 35

RGB Percentages of Color #ae0635

%74.68
%2.58
%22.75

CMYK Percentages of Color #ae0635

%0
%97
%70
%32

Triadic Colors of #ae0635

#ae0635 #35ae06 #0635ae

Analogous Colors of #ae0635

#ae0635 #ae2b06 #ae0689

Monochromatic Colors of #ae0635

#ae0635

Complementary Color

#ae0635 #06ae7f

#ae0635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0635 Color CSS Codes

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

#ae0635 Text Font Color

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

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


#ae0635 Background Color

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

This div background color is #ae0635


#ae0635 Border Color

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

This div border color is #ae0635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0635


Comments

No comments written yet.

Please login to write comment.