Color Hex Logo

#ae16bc Color Hex

#AE16BC
(174,22,188)
0 Favorites   0 Comments

Color spaces of #ae16bc

RGB 17422188
HSL0.820.790.41
HSV295°88°74°
CMYK 0.070.880.00   0.26
XYZ26.819613.203348.7119
Yxy13.20330.30220.1488
Hunter Lab36.336368.1610-54.0477
CIE-Lab43.068073.3469-51.1223

#ae16bc color RGB value is (174,22,188).

#ae16bc hex color red value is 174, green value is 22 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ae16bc hue: 0.82 , saturation: 0.79 and the lightness value of ae16bc is 0.41.

The process color (four color CMYK) of #ae16bc color hex is 0.07, 0.88, 0.00, 0.26. Web safe color of #ae16bc is #9900cc. Color #ae16bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010110 10111100
Octal 256 26 274
Decimal 174 22 188
Hex AE 16 BC

RGB Percentages of Color #ae16bc

%45.31
%5.73
%48.96

CMYK Percentages of Color #ae16bc

%7
%88
%0
%26

Triadic Colors of #ae16bc

#ae16bc #bcae16 #16bcae

Analogous Colors of #ae16bc

#ae16bc #bc1677 #5b16bc

Monochromatic Colors of #ae16bc

#ae16bc

Complementary Color

#ae16bc #24bc16

#ae16bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae16bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae16bc Color CSS Codes

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

#ae16bc Text Font Color

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

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


#ae16bc Background Color

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

This div background color is #ae16bc


#ae16bc Border Color

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

This div border color is #ae16bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae16bc


Comments

No comments written yet.

Please login to write comment.