Color Hex Logo

#ae064d Color Hex

#AE064D
(174,6,77)
0 Favorites   0 Comments

Color spaces of #ae064d

RGB 174677
HSL0.930.930.35
HSV335°97°68°
CMYK 0.000.970.56   0.32
XYZ18.86029.66477.8926
Yxy9.66470.51790.2654
Hunter Lab31.088153.88636.7092
CIE-Lab37.233862.17878.3919

#ae064d color RGB value is (174,6,77).

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

The process color (four color CMYK) of #ae064d color hex is 0.00, 0.97, 0.56, 0.32. Web safe color of #ae064d is #990066. Color #ae064d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000110 01001101
Octal 256 6 115
Decimal 174 6 77
Hex AE 6 4D

RGB Percentages of Color #ae064d

%67.70
%2.33
%29.96

CMYK Percentages of Color #ae064d

%0
%97
%56
%32

Triadic Colors of #ae064d

#ae064d #4dae06 #064dae

Analogous Colors of #ae064d

#ae064d #ae1306 #ae06a1

Monochromatic Colors of #ae064d

#ae064d

Complementary Color

#ae064d #06ae67

#ae064d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae064d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae064d Color CSS Codes

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

#ae064d Text Font Color

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

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


#ae064d Background Color

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

This div background color is #ae064d


#ae064d Border Color

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

This div border color is #ae064d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae064d


Comments

No comments written yet.

Please login to write comment.