Color Hex Logo

#ae1754 Color Hex

#AE1754
(174,23,84)
0 Favorites   0 Comments

Color spaces of #ae1754

RGB 1742384
HSL0.930.770.39
HSV336°87°68°
CMYK 0.000.870.52   0.32
XYZ19.362210.25169.3458
Yxy10.25160.49700.2631
Hunter Lab32.018151.91195.1065
CIE-Lab38.290360.18995.3808

#ae1754 color RGB value is (174,23,84).

#ae1754 hex color red value is 174, green value is 23 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #ae1754 hue: 0.93 , saturation: 0.77 and the lightness value of ae1754 is 0.39.

The process color (four color CMYK) of #ae1754 color hex is 0.00, 0.87, 0.52, 0.32. Web safe color of #ae1754 is #990066. Color #ae1754 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010111 01010100
Octal 256 27 124
Decimal 174 23 84
Hex AE 17 54

RGB Percentages of Color #ae1754

%61.92
%8.19
%29.89

CMYK Percentages of Color #ae1754

%0
%87
%52
%32

Triadic Colors of #ae1754

#ae1754 #54ae17 #1754ae

Analogous Colors of #ae1754

#ae1754 #ae2617 #ae17a0

Monochromatic Colors of #ae1754

#ae1754

Complementary Color

#ae1754 #17ae71

#ae1754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1754 Color CSS Codes

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

#ae1754 Text Font Color

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

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


#ae1754 Background Color

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

This div background color is #ae1754


#ae1754 Border Color

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

This div border color is #ae1754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1754


Comments

No comments written yet.

Please login to write comment.