Color Hex Logo

#ae2993 Color Hex

#AE2993
(174,41,147)
0 Favorites   0 Comments

Color spaces of #ae2993

RGB 17441147
HSL0.870.620.42
HSV312°76°68°
CMYK 0.000.760.16   0.32
XYZ23.515012.691128.8140
Yxy12.69110.36170.1952
Hunter Lab35.624655.4810-23.0180
CIE-Lab42.294162.6186-27.8968

#ae2993 color RGB value is (174,41,147).

#ae2993 hex color red value is 174, green value is 41 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ae2993 hue: 0.87 , saturation: 0.62 and the lightness value of ae2993 is 0.42.

The process color (four color CMYK) of #ae2993 color hex is 0.00, 0.76, 0.16, 0.32. Web safe color of #ae2993 is #993399. Color #ae2993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101001 10010011
Octal 256 51 223
Decimal 174 41 147
Hex AE 29 93

RGB Percentages of Color #ae2993

%48.07
%11.33
%40.61

CMYK Percentages of Color #ae2993

%0
%76
%16
%32

Triadic Colors of #ae2993

#ae2993 #93ae29 #2993ae

Analogous Colors of #ae2993

#ae2993 #ae2950 #8729ae

Monochromatic Colors of #ae2993

#ae2993

Complementary Color

#ae2993 #29ae44

#ae2993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2993 Color CSS Codes

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

#ae2993 Text Font Color

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

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


#ae2993 Background Color

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

This div background color is #ae2993


#ae2993 Border Color

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

This div border color is #ae2993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2993


Comments

No comments written yet.

Please login to write comment.