Color Hex Logo

#ae1258 Color Hex

#AE1258
(174,18,88)
0 Favorites   0 Comments

Color spaces of #ae1258

RGB 1741888
HSL0.930.810.38
HSV333°90°68°
CMYK 0.000.900.49   0.32
XYZ19.433310.135910.1647
Yxy10.13590.48910.2551
Hunter Lab31.836953.24203.3561
CIE-Lab38.085261.43332.5224

#ae1258 color RGB value is (174,18,88).

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

The process color (four color CMYK) of #ae1258 color hex is 0.00, 0.90, 0.49, 0.32. Web safe color of #ae1258 is #990066. Color #ae1258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010010 01011000
Octal 256 22 130
Decimal 174 18 88
Hex AE 12 58

RGB Percentages of Color #ae1258

%62.14
%6.43
%31.43

CMYK Percentages of Color #ae1258

%0
%90
%49
%32

Triadic Colors of #ae1258

#ae1258 #58ae12 #1258ae

Analogous Colors of #ae1258

#ae1258 #ae1a12 #ae12a6

Monochromatic Colors of #ae1258

#ae1258

Complementary Color

#ae1258 #12ae68

#ae1258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1258 Color CSS Codes

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

#ae1258 Text Font Color

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

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


#ae1258 Background Color

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

This div background color is #ae1258


#ae1258 Border Color

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

This div border color is #ae1258


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,18,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 #ae1258">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1258


Comments

No comments written yet.

Please login to write comment.