Color Hex Logo

#ae0855 Color Hex

#AE0855
(174,8,85)
0 Favorites   0 Comments

Color spaces of #ae0855

RGB 174885
HSL0.920.910.36
HSV332°95°68°
CMYK 0.000.950.51   0.32
XYZ19.18219.82829.4804
Yxy9.82820.49840.2553
Hunter Lab31.350054.35644.0154
CIE-Lab37.532362.54193.6525

#ae0855 color RGB value is (174,8,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 01010101
Octal 256 10 125
Decimal 174 8 85
Hex AE 8 55

RGB Percentages of Color #ae0855

%65.17
%3.00
%31.84

CMYK Percentages of Color #ae0855

%0
%95
%51
%32

Triadic Colors of #ae0855

#ae0855 #55ae08 #0855ae

Analogous Colors of #ae0855

#ae0855 #ae0e08 #ae08a8

Monochromatic Colors of #ae0855

#ae0855

Complementary Color

#ae0855 #08ae61

#ae0855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0855 Color CSS Codes

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

#ae0855 Text Font Color

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

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


#ae0855 Background Color

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

This div background color is #ae0855


#ae0855 Border Color

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

This div border color is #ae0855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0855


Comments

No comments written yet.

Please login to write comment.