Color Hex Logo

#ae1567 Color Hex

#AE1567
(174,21,103)
0 Favorites   0 Comments

Color spaces of #ae1567

RGB 17421103
HSL0.910.780.38
HSV328°88°68°
CMYK 0.000.880.41   0.32
XYZ20.171910.514313.7982
Yxy10.51430.45350.2364
Hunter Lab32.425854.2989-2.5318
CIE-Lab38.750162.2530-6.0612

#ae1567 color RGB value is (174,21,103).

#ae1567 hex color red value is 174, green value is 21 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #ae1567 hue: 0.91 , saturation: 0.78 and the lightness value of ae1567 is 0.38.

The process color (four color CMYK) of #ae1567 color hex is 0.00, 0.88, 0.41, 0.32. Web safe color of #ae1567 is #990066. Color #ae1567 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010101 01100111
Octal 256 25 147
Decimal 174 21 103
Hex AE 15 67

RGB Percentages of Color #ae1567

%58.39
%7.05
%34.56

CMYK Percentages of Color #ae1567

%0
%88
%41
%32

Triadic Colors of #ae1567

#ae1567 #67ae15 #1567ae

Analogous Colors of #ae1567

#ae1567 #ae151b #a915ae

Monochromatic Colors of #ae1567

#ae1567

Complementary Color

#ae1567 #15ae5c

#ae1567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1567 Color CSS Codes

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

#ae1567 Text Font Color

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

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


#ae1567 Background Color

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

This div background color is #ae1567


#ae1567 Border Color

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

This div border color is #ae1567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1567


Comments

No comments written yet.

Please login to write comment.