Color Hex Logo

#ae085d Color Hex

#AE085D
(174,8,93)
0 Favorites   0 Comments

Color spaces of #ae085d

RGB 174893
HSL0.910.910.36
HSV329°95°68°
CMYK 0.000.950.47   0.32
XYZ19.51829.962711.2502
Yxy9.96270.47920.2446
Hunter Lab31.563755.14320.9620
CIE-Lab37.775463.1971-1.1329

#ae085d color RGB value is (174,8,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 01011101
Octal 256 10 135
Decimal 174 8 93
Hex AE 8 5D

RGB Percentages of Color #ae085d

%63.27
%2.91
%33.82

CMYK Percentages of Color #ae085d

%0
%95
%47
%32

Triadic Colors of #ae085d

#ae085d #5dae08 #085dae

Analogous Colors of #ae085d

#ae085d #ae080a #ac08ae

Monochromatic Colors of #ae085d

#ae085d

Complementary Color

#ae085d #08ae59

#ae085d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae085d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae085d Color CSS Codes

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

#ae085d Text Font Color

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

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


#ae085d Background Color

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

This div background color is #ae085d


#ae085d Border Color

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

This div border color is #ae085d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae085d


Comments

No comments written yet.

Please login to write comment.