Color Hex Logo

#ae1c58 Color Hex

#AE1C58
(174,28,88)
0 Favorites   0 Comments

Color spaces of #ae1c58

RGB 1742888
HSL0.930.720.40
HSV335°84°68°
CMYK 0.000.840.49   0.32
XYZ19.632310.533810.2310
Yxy10.53380.48600.2608
Hunter Lab32.455851.17574.0292
CIE-Lab38.783959.42383.5301

#ae1c58 color RGB value is (174,28,88).

#ae1c58 hex color red value is 174, green value is 28 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ae1c58 hue: 0.93 , saturation: 0.72 and the lightness value of ae1c58 is 0.40.

The process color (four color CMYK) of #ae1c58 color hex is 0.00, 0.84, 0.49, 0.32. Web safe color of #ae1c58 is #993366. Color #ae1c58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011100 01011000
Octal 256 34 130
Decimal 174 28 88
Hex AE 1C 58

RGB Percentages of Color #ae1c58

%60.00
%9.66
%30.34

CMYK Percentages of Color #ae1c58

%0
%84
%49
%32

Triadic Colors of #ae1c58

#ae1c58 #58ae1c #1c58ae

Analogous Colors of #ae1c58

#ae1c58 #ae291c #ae1ca1

Monochromatic Colors of #ae1c58

#ae1c58

Complementary Color

#ae1c58 #1cae72

#ae1c58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1c58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1c58 Color CSS Codes

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

#ae1c58 Text Font Color

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

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


#ae1c58 Background Color

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

This div background color is #ae1c58


#ae1c58 Border Color

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

This div border color is #ae1c58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1c58


Comments

No comments written yet.

Please login to write comment.