Color Hex Logo

#ae0330 Color Hex

#AE0330
(174,3,48)
0 Favorites   0 Comments

Color spaces of #ae0330

RGB 174348
HSL0.960.970.35
HSV344°98°68°
CMYK 0.000.980.72   0.32
XYZ18.02169.27723.6371
Yxy9.27720.58250.2999
Hunter Lab30.458552.312014.2410
CIE-Lab36.512660.899226.1277

#ae0330 color RGB value is (174,3,48).

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

The process color (four color CMYK) of #ae0330 color hex is 0.00, 0.98, 0.72, 0.32. Web safe color of #ae0330 is #990033. Color #ae0330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000011 00110000
Octal 256 3 60
Decimal 174 3 48
Hex AE 3 30

RGB Percentages of Color #ae0330

%77.33
%1.33
%21.33

CMYK Percentages of Color #ae0330

%0
%98
%72
%32

Triadic Colors of #ae0330

#ae0330 #30ae03 #0330ae

Analogous Colors of #ae0330

#ae0330 #ae2c03 #ae0386

Monochromatic Colors of #ae0330

#ae0330

Complementary Color

#ae0330 #03ae81

#ae0330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0330 Color CSS Codes

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

#ae0330 Text Font Color

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

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


#ae0330 Background Color

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

This div background color is #ae0330


#ae0330 Border Color

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

This div border color is #ae0330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0330


Comments

No comments written yet.

Please login to write comment.