Color Hex Logo

#ae0843 Color Hex

#AE0843
(174,8,67)
0 Favorites   0 Comments

Color spaces of #ae0843

RGB 174867
HSL0.940.910.36
HSV339°95°68°
CMYK 0.000.950.61   0.32
XYZ18.55559.57766.1809
Yxy9.57760.54080.2791
Hunter Lab30.947752.86599.8219
CIE-Lab37.073461.291114.6411

#ae0843 color RGB value is (174,8,67).

#ae0843 hex color red value is 174, green value is 8 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #ae0843 hue: 0.94 , saturation: 0.91 and the lightness value of ae0843 is 0.36.

The process color (four color CMYK) of #ae0843 color hex is 0.00, 0.95, 0.61, 0.32. Web safe color of #ae0843 is #990033. Color #ae0843 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 01000011
Octal 256 10 103
Decimal 174 8 67
Hex AE 8 43

RGB Percentages of Color #ae0843

%69.88
%3.21
%26.91

CMYK Percentages of Color #ae0843

%0
%95
%61
%32

Triadic Colors of #ae0843

#ae0843 #43ae08 #0843ae

Analogous Colors of #ae0843

#ae0843 #ae2008 #ae0896

Monochromatic Colors of #ae0843

#ae0843

Complementary Color

#ae0843 #08ae73

#ae0843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0843 Color CSS Codes

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

#ae0843 Text Font Color

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

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


#ae0843 Background Color

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

This div background color is #ae0843


#ae0843 Border Color

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

This div border color is #ae0843


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0843


Comments

No comments written yet.

Please login to write comment.