Color Hex Logo

#ae084f Color Hex

#AE084F
(174,8,79)
0 Favorites   0 Comments

Color spaces of #ae084f

RGB 174879
HSL0.930.910.36
HSV334°95°68°
CMYK 0.000.950.55   0.32
XYZ18.95379.73688.2776
Yxy9.73680.51270.2634
Hunter Lab31.203853.81696.1145
CIE-Lab37.365862.09077.2851

#ae084f color RGB value is (174,8,79).

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

The process color (four color CMYK) of #ae084f color hex is 0.00, 0.95, 0.55, 0.32. Web safe color of #ae084f is #990066. Color #ae084f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 01001111
Octal 256 10 117
Decimal 174 8 79
Hex AE 8 4F

RGB Percentages of Color #ae084f

%66.67
%3.07
%30.27

CMYK Percentages of Color #ae084f

%0
%95
%55
%32

Triadic Colors of #ae084f

#ae084f #4fae08 #084fae

Analogous Colors of #ae084f

#ae084f #ae1408 #ae08a2

Monochromatic Colors of #ae084f

#ae084f

Complementary Color

#ae084f #08ae67

#ae084f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae084f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae084f Color CSS Codes

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

#ae084f Text Font Color

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

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


#ae084f Background Color

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

This div background color is #ae084f


#ae084f Border Color

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

This div border color is #ae084f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae084f


Comments

No comments written yet.

Please login to write comment.