Color Hex Logo

#ae2386 Color Hex

#AE2386
(174,35,134)
0 Favorites   0 Comments

Color spaces of #ae2386

RGB 17435134
HSL0.880.670.41
HSV317°80°68°
CMYK 0.000.800.23   0.32
XYZ22.359711.922023.6769
Yxy11.92200.38580.2057
Hunter Lab34.528255.1681-16.4869
CIE-Lab41.091962.5735-21.8341

#ae2386 color RGB value is (174,35,134).

#ae2386 hex color red value is 174, green value is 35 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ae2386 hue: 0.88 , saturation: 0.67 and the lightness value of ae2386 is 0.41.

The process color (four color CMYK) of #ae2386 color hex is 0.00, 0.80, 0.23, 0.32. Web safe color of #ae2386 is #993399. Color #ae2386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100011 10000110
Octal 256 43 206
Decimal 174 35 134
Hex AE 23 86

RGB Percentages of Color #ae2386

%50.73
%10.20
%39.07

CMYK Percentages of Color #ae2386

%0
%80
%23
%32

Triadic Colors of #ae2386

#ae2386 #86ae23 #2386ae

Analogous Colors of #ae2386

#ae2386 #ae2340 #9123ae

Monochromatic Colors of #ae2386

#ae2386

Complementary Color

#ae2386 #23ae4b

#ae2386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2386 Color CSS Codes

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

#ae2386 Text Font Color

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

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


#ae2386 Background Color

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

This div background color is #ae2386


#ae2386 Border Color

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

This div border color is #ae2386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2386


Comments

No comments written yet.

Please login to write comment.