Color Hex Logo

#ae125d Color Hex

#AE125D
(174,18,93)
0 Favorites   0 Comments

Color spaces of #ae125d

RGB 1741893
HSL0.920.810.38
HSV331°90°68°
CMYK 0.000.900.47   0.32
XYZ19.647610.221611.2933
Yxy10.22160.47730.2483
Hunter Lab31.971253.74571.4367
CIE-Lab38.237261.8569-0.4563

#ae125d color RGB value is (174,18,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010010 01011101
Octal 256 22 135
Decimal 174 18 93
Hex AE 12 5D

RGB Percentages of Color #ae125d

%61.05
%6.32
%32.63

CMYK Percentages of Color #ae125d

%0
%90
%47
%32

Triadic Colors of #ae125d

#ae125d #5dae12 #125dae

Analogous Colors of #ae125d

#ae125d #ae1512 #ae12ab

Monochromatic Colors of #ae125d

#ae125d

Complementary Color

#ae125d #12ae63

#ae125d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae125d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae125d Color CSS Codes

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

#ae125d Text Font Color

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

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


#ae125d Background Color

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

This div background color is #ae125d


#ae125d Border Color

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

This div border color is #ae125d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae125d


Comments

No comments written yet.

Please login to write comment.