color codes Logo

#ae12df color codes

#AE12DF
(174,18,223)
0 Favorites   0 Comments

Color spaces of #ae12df

RGB 17418223
HSL0.790.850.47
HSV286°92°87°
CMYK 0.220.920.00   0.13
XYZ30.991114.759071.0274
Yxy14.75900.26540.1264
Hunter Lab38.417476.7643-82.7250
CIE-Lab45.302379.9067-67.7607

#ae12df color RGB value is (174,18,223).

#ae12df hex color red value is 174, green value is 18 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ae12df hue: 0.79 , saturation: 0.85 and the lightness value of ae12df is 0.47.

The process color (four color CMYK) of #ae12df color code is 0.22, 0.92, 0.00, 0.13. Web safe color of #ae12df is #9900cc. Color #ae12df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010010 11011111
Octal 256 22 337
Decimal 174 18 223
Hex AE 12 DF

RGB Percentages of Color #ae12df

%41.93
%4.34
%53.73

CMYK Percentages of Color #ae12df

%22
%92
%0
%13

Triadic Colors of #ae12df

#ae12df #dfae12 #12dfae

Analogous Colors of #ae12df

#ae12df #df12aa #4812df

Monochromatic Colors of #ae12df

#ae12df

Complementary Color

#ae12df #43df12

#ae12df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae12df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae12df Color CSS Codes

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

#ae12df Text Font Color

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

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


#ae12df Background Color

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

This div background color is #ae12df


#ae12df Border Color

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

This div border color is #ae12df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae12df


Comments

No comments written yet.

Please login to write comment.