Color Hex Logo

#ae0182 Color Hex

#AE0182
(174,1,130)
0 Favorites   0 Comments

Color spaces of #ae0182

RGB 1741130
HSL0.880.990.34
HSV315°99°68°
CMYK 0.000.990.25   0.32
XYZ21.495710.632122.0383
Yxy10.63210.39680.1963
Hunter Lab32.606960.6119-17.2480
CIE-Lab38.953867.7614-22.6795

#ae0182 color RGB value is (174,1,130).

#ae0182 hex color red value is 174, green value is 1 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ae0182 hue: 0.88 , saturation: 0.99 and the lightness value of ae0182 is 0.34.

The process color (four color CMYK) of #ae0182 color hex is 0.00, 0.99, 0.25, 0.32. Web safe color of #ae0182 is #990099. Color #ae0182 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000001 10000010
Octal 256 1 202
Decimal 174 1 130
Hex AE 1 82

RGB Percentages of Color #ae0182

%57.05
%0.33
%42.62

CMYK Percentages of Color #ae0182

%0
%99
%25
%32

Triadic Colors of #ae0182

#ae0182 #82ae01 #0182ae

Analogous Colors of #ae0182

#ae0182 #ae012b #8401ae

Monochromatic Colors of #ae0182

#ae0182

Complementary Color

#ae0182 #01ae2d

#ae0182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0182 Color CSS Codes

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

#ae0182 Text Font Color

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

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


#ae0182 Background Color

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

This div background color is #ae0182


#ae0182 Border Color

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

This div border color is #ae0182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0182


Comments

No comments written yet.

Please login to write comment.