Color Hex Logo

#ae17bc Color Hex

#AE17BC
(174,23,188)
0 Favorites   0 Comments

Color spaces of #ae17bc

RGB 17423188
HSL0.820.780.41
HSV295°88°74°
CMYK 0.070.880.00   0.26
XYZ26.839113.242348.7184
Yxy13.24230.30220.1491
Hunter Lab36.390067.9686-53.9037
CIE-Lab43.126173.1759-51.0290

#ae17bc color RGB value is (174,23,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010111 10111100
Octal 256 27 274
Decimal 174 23 188
Hex AE 17 BC

RGB Percentages of Color #ae17bc

%45.19
%5.97
%48.83

CMYK Percentages of Color #ae17bc

%7
%88
%0
%26

Triadic Colors of #ae17bc

#ae17bc #bcae17 #17bcae

Analogous Colors of #ae17bc

#ae17bc #bc1778 #5b17bc

Monochromatic Colors of #ae17bc

#ae17bc

Complementary Color

#ae17bc #25bc17

#ae17bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae17bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae17bc Color CSS Codes

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

#ae17bc Text Font Color

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

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


#ae17bc Background Color

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

This div background color is #ae17bc


#ae17bc Border Color

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

This div border color is #ae17bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,23,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 #ae17bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae17bc


Comments

No comments written yet.

Please login to write comment.