Color Hex Logo

#ae1bad Color Hex

#AE1BAD
(174,27,173)
0 Favorites   0 Comments

Color spaces of #ae1bad

RGB 17427173
HSL0.830.730.39
HSV300°84°68°
CMYK 0.000.840.01   0.32
XYZ25.390312.799740.6675
Yxy12.79970.32200.1623
Hunter Lab35.776764.0703-42.3515
CIE-Lab42.459970.0355-43.2391

#ae1bad color RGB value is (174,27,173).

#ae1bad hex color red value is 174, green value is 27 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ae1bad hue: 0.83 , saturation: 0.73 and the lightness value of ae1bad is 0.39.

The process color (four color CMYK) of #ae1bad color hex is 0.00, 0.84, 0.01, 0.32. Web safe color of #ae1bad is #993399. Color #ae1bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011011 10101101
Octal 256 33 255
Decimal 174 27 173
Hex AE 1B AD

RGB Percentages of Color #ae1bad

%46.52
%7.22
%46.26

CMYK Percentages of Color #ae1bad

%0
%84
%1
%32

Triadic Colors of #ae1bad

#ae1bad #adae1b #1badae

Analogous Colors of #ae1bad

#ae1bad #ae1b63 #661bae

Monochromatic Colors of #ae1bad

#ae1bad

Complementary Color

#ae1bad #1bae1c

#ae1bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1bad Color CSS Codes

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

#ae1bad Text Font Color

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

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


#ae1bad Background Color

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

This div background color is #ae1bad


#ae1bad Border Color

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

This div border color is #ae1bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1bad


Comments

No comments written yet.

Please login to write comment.