color codes Logo

#ae2170 color codes

#AE2170
(174,33,112)
0 Favorites   0 Comments

Color spaces of #ae2170

RGB 17433112
HSL0.910.680.41
HSV326°81°68°
CMYK 0.000.810.36   0.32
XYZ20.924011.256216.3991
Yxy11.25620.43070.2317
Hunter Lab33.550352.6106-5.4953
CIE-Lab40.008760.4896-9.8435

#ae2170 color RGB value is (174,33,112).

#ae2170 hex color red value is 174, green value is 33 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ae2170 hue: 0.91 , saturation: 0.68 and the lightness value of ae2170 is 0.41.

The process color (four color CMYK) of #ae2170 color code is 0.00, 0.81, 0.36, 0.32. Web safe color of #ae2170 is #993366. Color #ae2170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100001 01110000
Octal 256 41 160
Decimal 174 33 112
Hex AE 21 70

RGB Percentages of Color #ae2170

%54.55
%10.34
%35.11

CMYK Percentages of Color #ae2170

%0
%81
%36
%32

Triadic Colors of #ae2170

#ae2170 #70ae21 #2170ae

Analogous Colors of #ae2170

#ae2170 #ae2129 #a621ae

Monochromatic Colors of #ae2170

#ae2170

Complementary Color

#ae2170 #21ae5f

#ae2170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2170 Color CSS Codes

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

#ae2170 Text Font Color

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

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


#ae2170 Background Color

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

This div background color is #ae2170


#ae2170 Border Color

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

This div border color is #ae2170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2170


Comments

No comments written yet.

Please login to write comment.